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

Der Schlüsselbezeichner für das Steuerelement.

postCollection
NameValueCollection

Die Auflistung aller werte für eingehende Namen.

Gibt zurück

true wenn sich der HtmlInputCheckBox Status des Steuerelements aufgrund des Postbackereignisses geändert hat; andernfalls false.

Hinweise

Diese Methode ist in erster Linie für benutzerdefinierte Steuerelemententwickler interessant, die die Funktionalität des HtmlInputCheckBox Steuerelements erweitern.

Gilt für: