HtmlInputGenericControl.LoadPostData(String, NameValueCollection) Metod

Definition

Bearbetar postback-data för HTML5-elementet input .

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

Parametrar

postDataKey
String

Indexet i den publicerade samlingen som refererar till innehållet som ska läsas in.

postCollection
NameValueCollection

Samlingen med alla publicerade värden.

Returer

trueom det publicerade innehållet skiljer sig från innehållet i ett tidigare återanrop; annars . false

Gäller för