Share via


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 控件开发人员使用。

适用于

另请参阅