HtmlInputCheckBox.LoadPostData(String, NameValueCollection) Méthode

Définition

Traite les données de publication (postback) pour le contrôle HtmlInputCheckBox.

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é pour le contrôle.

postCollection
NameValueCollection

La collection de toutes les valeurs de nom entrantes.

Retours

true si l'état du contrôle HtmlInputCheckBox a été modifié à la suite de l'événement de publication (postback) ; 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.

S’applique à