ScriptManager.LoadPostData(String, NameValueCollection) Methode

Definition

Liest vom Browser an den Server gesendete Formulardaten und ermittelt die Quelle des asynchronen Postbacks.

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

Die Schlüsselkennung für das Steuerelement.

postCollection
NameValueCollection

Die Auflistung aller eingehenden POST-Daten.

Gibt zurück

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

Hinweise

Die LoadPostData -Methode wird hauptsächlich von Steuerelemententwicklern verwendet, um die Funktionalität des Steuerelements ScriptManager zu erweitern.

Gilt für:

Weitere Informationen