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

所有传递的值的集合。

返回

Boolean

如果该发送的内容与上一个回发的内容不同,则为 true;否则为 false

适用于