Partager via


HtmlInputText.IPostBackDataHandler.LoadPostData Méthode

Définition

Implémente la méthode d'interface LoadPostData(String, NameValueCollection) en appelant la méthode LoadPostData(String, NameValueCollection).

 virtual bool System.Web.UI.IPostBackDataHandler.LoadPostData(System::String ^ postDataKey, System::Collections::Specialized::NameValueCollection ^ postCollection) = System::Web::UI::IPostBackDataHandler::LoadPostData;
bool IPostBackDataHandler.LoadPostData (string postDataKey, System.Collections.Specialized.NameValueCollection postCollection);
abstract member System.Web.UI.IPostBackDataHandler.LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
override this.System.Web.UI.IPostBackDataHandler.LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
Function LoadPostData (postDataKey As String, postCollection As NameValueCollection) As Boolean Implements IPostBackDataHandler.LoadPostData

Paramètres

postDataKey
String

Identificateur de clé pour le contrôle.

postCollection
NameValueCollection

La collection de toutes les valeurs de nom entrantes.

Retours

true si l'état du contrôle HtmlInputText a été modifié à la suite de la publication (postback) ; sinon, false.

Implémente

S’applique à