HtmlInputRadioButton.IPostBackDataHandler.LoadPostData 方法

定义

 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);
abstract member System.Web.UI.IPostBackDataHandler.LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
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

所有传入名称值的集合。

返回

如果 HtmlInputRadioButton 控件的状态已因回发而更改,则为 true;否则为 false

实现

注解

此成员是显式接口成员的实现。 它只能在 HtmlInputRadioButton 实例被强制转换为 IPostBackDataHandler 接口时使用。

适用于

另请参阅