RadioButton.LoadPostData(String, NameValueCollection) 方法

定義

處理 RadioButton 控制項的回傳資料。

protected:
 override bool LoadPostData(System::String ^ postDataKey, System::Collections::Specialized::NameValueCollection ^ postCollection);
protected override bool LoadPostData (string postDataKey, System.Collections.Specialized.NameValueCollection postCollection);
override this.LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
Protected Overrides Function LoadPostData (postDataKey As String, postCollection As NameValueCollection) As Boolean

參數

postDataKey
String

控制項的索引鍵識別項。

postCollection
NameValueCollection

所有內送名稱值的集合。

傳回

如果 RadioButton 的資料已經變更,則為 true,否則為 false

備註

LoadPostData 方法會呼叫 LoadPostData 方法。 它主要是由控制項開發人員用來擴充控制項的功能 RadioButton

適用於

另請參閱