HtmlInputGenericControl.LoadPostData(String, NameValueCollection) Methode

Definitie

Hiermee worden de terugpostgegevens voor het HTML5-element input verwerkt.

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 index in de geplaatste verzameling die verwijst naar de inhoud die moet worden geladen.

postCollection
NameValueCollection

De verzameling van alle geplaatste waarden.

Retouren

true als de geplaatste inhoud verschilt van de inhoud in een vorige postback; anders, false.

Van toepassing op