CheckBox.IPostBackDataHandler.LoadPostData 方法

定义

处理 CheckBox 控件的已发布数据。

 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

包含发布信息的 NameValueCollection

返回

Boolean

如果 CheckBox 的状态已更改,则为 true;否则为 false

实现

注解

CheckBox 确定发布 Checked 状态。

适用于

另请参阅