Freigeben über


HtmlInputGenericControl.LoadPostData(String, NameValueCollection) Methode

Definition

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

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, die auf den zu ladenden Inhalt verweist.

postCollection
NameValueCollection

Die Auflistung aller veröffentlichten Werte.

Gibt zurück

true, wenn sich der übermittelte Inhalt vom Inhalt in einem vorherigen Postback unterscheidet; andernfalls false.

Gilt für: