HtmlInputCheckBox.LoadPostData(String, NameValueCollection) Metod

Definition

Bearbetar postback-data för HtmlInputCheckBox kontrollen.

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

Parametrar

postDataKey
String

Nyckelidentifieraren för kontrollen.

postCollection
NameValueCollection

Samlingen med alla inkommande namnvärden.

Returer

true HtmlInputCheckBox om kontrollens tillstånd har ändrats till följd av postback-händelsen, falseannars .

Kommentarer

Den här metoden är främst av intresse för utvecklare av anpassad kontroll som utökar kontrollens HtmlInputCheckBox funktioner.

Gäller för