ScriptManager.IPostBackDataHandler.LoadPostData Methode

Definition

Eine Beschreibung dieses Elements finden Sie unter LoadPostData(String, NameValueCollection).

 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

Die Schlüsselkennung für das Steuerelement.

postCollection
NameValueCollection

Eine Auflistung aller eingehenden POST-Daten.

Gibt zurück

Boolean

true, wenn sich der Zustand des ScriptManager-Steuerelements aufgrund eines Postbacks geändert hat, andernfalls false.

Implementiert

Hinweise

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

Gilt für

Siehe auch