HtmlInputCheckBox.LoadPostData(String, NameValueCollection) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
處理 HtmlInputCheckBox 控制項的回傳資料。
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
參數
- postDataKey
- String
控制項的索引鍵識別項。
- postCollection
- NameValueCollection
所有內送名稱值的集合。
傳回
如果回傳事件的結果改變了 HtmlInputCheckBox 控制項的狀態,則為 true
,否則為 false
。
備註
這個方法主要對自訂控制項開發人員感興趣,可擴充控制項的功能 HtmlInputCheckBox 。