HtmlInputRadioButton.LoadPostData(String, NameValueCollection) Methode

Definitie

Hiermee worden de terugpostgegevens voor het HtmlInputRadioButton 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 sleutel-id voor het besturingselement.

postCollection
NameValueCollection

De verzameling van alle binnenkomende naamwaarden.

Retouren

trueals de status van het HtmlInputRadioButton besturingselement is gewijzigd als gevolg van de terugpost; anders. false

Opmerkingen

De LoadPostData methode controleert of de postback-waarde van het besturingselement verschilt van de HtmlInputRadioButton vorige waarde, en zo ja, retourneert true.

De LoadPostData methode wordt voornamelijk gebruikt door controleontwikkelaars die de functionaliteit van het HtmlInputRadioButton besturingselement uitbreiden.

Van toepassing op