HtmlInputGenericControl.LoadPostData(String, NameValueCollection) 方法

定义

处理 HTML5 input 元素的回发数据。

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

所有已发布值的集合。

返回

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

适用于