TextBox.LoadPostData(String, NameValueCollection) Methode

Definitie

Hiermee worden de terugpostgegevens voor het TextBox besturingselement 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 die op de server is geplaatst.

Retouren

true als de geplaatste inhoud verschilt van de laatste boeking; anders, false.

Opmerkingen

De LoadPostData methode controleert of de postbackgegevens van het besturingselement afwijken van de TextBox vorige waarde en laadt zo ja, de inhoud en retourneert true.

Van toepassing op

Zie ook