DropDownList.LoadPostData(String, NameValueCollection) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
处理 DropDownList 控件的回发数据。
protected:
virtual bool LoadPostData(System::String ^ postDataKey, System::Collections::Specialized::NameValueCollection ^ postCollection);
protected virtual bool LoadPostData (string postDataKey, System.Collections.Specialized.NameValueCollection postCollection);
abstract member LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
override this.LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
Protected Overridable Function LoadPostData (postDataKey As String, postCollection As NameValueCollection) As Boolean
参数
- postDataKey
- String
已发布集合中引用要加载的内容的索引。
- postCollection
- NameValueCollection
发布到服务器的所有传入名称值的集合。
返回
如果回发事件导致 DropDownList 控件的状态发生更改,则为 true
;否则为 false
。
注解
ASP.NET 页框架跟踪从此方法调用返回true
的所有服务器控件,然后在控件上DropDownList调用 RaisePostDataChangedEvent 方法。