HtmlInputGenericControl.LoadPostData(String, NameValueCollection) Methode

Definition

Verarbeitet die Postbackdaten für das HTML5-Element input .

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 Index in der bereitgestellten Auflistung, der auf den zu ladenden Inhalt verweist.

postCollection
NameValueCollection

Die Auflistung aller geposteten Werte.

Gibt zurück

truewenn sich der gepostete Inhalt von den Inhalten in einem vorherigen Postback unterscheidet; andernfalls . false

Gilt für: