HtmlInputCheckBox.LoadPostData(String, NameValueCollection) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Traite les données de publication pour le HtmlInputCheckBox contrôle.
protected:
virtual bool LoadPostData(System::String ^ postDataKey, System::Collections::Specialized::NameValueCollection ^ postCollection);
protected virtual bool LoadPostData(string postDataKey, System.Collections.Specialized.NameValueCollection postCollection);
abstract member LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
override this.LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
Protected Overridable Function LoadPostData (postDataKey As String, postCollection As NameValueCollection) As Boolean
Paramètres
- postDataKey
- String
Identificateur de clé du contrôle.
- postCollection
- NameValueCollection
Collection de toutes les valeurs de nom entrantes.
Retours
true si l’état HtmlInputCheckBox du contrôle a changé suite à l’événement de publication ; sinon, false.
Remarques
Cette méthode est principalement intéressante pour les développeurs de contrôles personnalisés qui étendent les fonctionnalités du HtmlInputCheckBox contrôle.