Share via


HtmlInputCheckBox.LoadPostData(String, NameValueCollection) Methode

Definition

Verarbeitet die Postbackdaten für das HtmlInputCheckBox-Steuerelement.

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

Parameter

postDataKey
String

Die Schlüsselkennung für das Steuerelement.

postCollection
NameValueCollection

Die Sammlung aller eingehenden Namenswerte.

Gibt zurück

true, wenn sich der Zustand des HtmlInputCheckBox-Steuerelements aufgrund des Postbacks geändert hat, andernfalls false.

Hinweise

Diese Methode ist in erster Linie für Entwickler von benutzerdefinierten Steuerelementen von Interesse, die die Funktionalität des Steuerelements HtmlInputCheckBox erweitern.

Gilt für: