Freigeben über


HtmlInputGenericControl.IPostBackDataHandler.LoadPostData Methode

Definition

Verarbeitet beim Implementieren in einer abgeleiteten Klasse Postbackdaten für ein HTML5-input-Element.

 virtual bool System.Web.UI.IPostBackDataHandler.LoadPostData(System::String ^ postDataKey, System::Collections::Specialized::NameValueCollection ^ postCollection) = System::Web::UI::IPostBackDataHandler::LoadPostData;
bool IPostBackDataHandler.LoadPostData (string postDataKey, System.Collections.Specialized.NameValueCollection postCollection);
abstract member System.Web.UI.IPostBackDataHandler.LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
override this.System.Web.UI.IPostBackDataHandler.LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
Function LoadPostData (postDataKey As String, postCollection As NameValueCollection) As Boolean Implements IPostBackDataHandler.LoadPostData

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 Zustand des HTML5 input-Elements wegen des Postbacks ändert, andernfalls false.

Implementiert

Hinweise

Bei diesem Member handelt es sich um eine explizite Schnittstellenmemberimplementierung. Er kann nur verwendet werden, wenn die HtmlInputGenericControl-Instanz in eine IPostBackDataHandler-Schnittstelle umgewandelt wird.

Gilt für: