DropDownList.IPostBackDataHandler.LoadPostData 方法

定义

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

 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 包含帖子信息。

返回

true 如果发布的内容与上次发布的内容不同,则为否则,为 false.

实现

适用于