TextBox.IPostBackDataHandler.LoadPostData(String, NameValueCollection) Methode

Definition

Lädt den geposteten Textfeldinhalt, wenn er sich von der letzten Veröffentlichung unterscheidet.

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

postCollection
NameValueCollection

Die auf dem Server gepostete Sammlung.

Gibt zurück

truewenn sich der gepostete Inhalt von der letzten Veröffentlichung unterscheidet; andernfalls . false

Implementiert

Hinweise

Dieses Element ist eine explizite Schnittstellenmitgliedsimplementierung. Sie kann nur verwendet werden, wenn die TextBox Instanz in eine IPostBackDataHandler Schnittstelle umgegossen wird.

Gilt für:

Weitere Informationen