RadioButton.IPostBackDataHandler.LoadPostData 方法

定义

有关此成员的说明,请参见 LoadPostData(String, NameValueCollection)

 virtual bool System.Web.UI.IPostBackDataHandler.LoadPostData(System::String ^ postDataKey, System::Collections::Specialized::NameValueCollection ^ postCollection) = System::Web::UI::IPostBackDataHandler::LoadPostData;
bool IPostBackDataHandler.LoadPostData (string postDataKey, System.Collections.Specialized.NameValueCollection postCollection);
override this.System.Web.UI.IPostBackDataHandler.LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
Function LoadPostData (postDataKey As String, postCollection As NameValueCollection) As Boolean Implements IPostBackDataHandler.LoadPostData

参数

postDataKey
String

一个字符串。

postCollection
NameValueCollection

表示已发布的数据集合的名称值集合。

返回

Boolean

如果选中 RadioButton,则为 true;否则为 false。 默认值为 false

实现

注解

此成员是显式接口成员的实现。 仅当控件强制转换为IPostBackDataHandler接口时RadioButton,才能使用它。

适用于

另请参阅