HtmlTextArea.LoadPostData(String, NameValueCollection) 方法

定义

处理 HtmlTextArea 控件的回发数据。

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

如果 HtmlTextArea 控件的状态已因回发而更改,则为 true;否则为 false

注解

该方法 LoadPostData 检查控件的 HtmlTextArea 回发值是否与其以前的值不同,如果是,则 true返回。

该方法 LoadPostData 主要用于控件开发人员扩展控件的功能 HtmlTextArea

适用于

另请参阅