ScriptManager.LoadPostData(String, NameValueCollection) Methode

Definitie

Leest formuliergegevens die vanuit de browser naar de server worden gepost en bepaalt de bron van de asynchrone postback.

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

Parameters

postDataKey
String

De sleutel-id voor het besturingselement.

postCollection
NameValueCollection

De verzameling van alle binnenkomende postgegevens.

Retouren

true als de status van het ScriptManager besturingselement is gewijzigd als gevolg van een terugpost; anders false.

Opmerkingen

De LoadPostData methode wordt voornamelijk gebruikt door controleontwikkelaars om de functionaliteit van het ScriptManager besturingselement uit te breiden.

Van toepassing op

Zie ook