HtmlInputCheckBox.LoadPostData(String, NameValueCollection) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Hiermee worden de terugpostgegevens voor het HtmlInputCheckBox 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 HtmlInputCheckBox besturingselement is gewijzigd als gevolg van de terugvalgebeurtenis; anders. false
Opmerkingen
Deze methode is voornamelijk van belang voor ontwikkelaars van aangepaste controle die de functionaliteit van het HtmlInputCheckBox besturingselement uitbreiden.