CheckBox.LoadPostData(String, NameValueCollection) Methode

Definitie

Hiermee worden de terugpostgegevens voor het CheckBox 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 wordt voornamelijk gebruikt door controleontwikkelaars.

De LoadPostData methode controleert of de terugzendgegevens van het besturingselement afwijken van de CheckBox vorige waarde. Als dat het zo is, wordt de inhoud geladen en geretourneerd true.

Van toepassing op

Zie ook