HtmlTextArea.IPostBackDataHandler.LoadPostData Method (String, NameValueCollection)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
For a description of this member, see IPostBackDataHandler.LoadPostData.
Assembly: System.Web (in System.Web.dll)
private abstract LoadPostData : postDataKey:string * postCollection:NameValueCollection -> bool private override LoadPostData : postDataKey:string * postCollection:NameValueCollection -> bool
Parameters
- postDataKey
-
Type:
System.String
The key identifier for the control.
- postCollection
-
Type:
System.Collections.Specialized.NameValueCollection
The collection of all incoming name values.
Return Value
Type: System.Booleantrue if the HtmlTextArea control's state has changed as a result of postback; otherwise, false.
This member is an explicit interface member implementation. It can be used only when the HtmlTextArea instance is cast to an IPostBackDataHandler interface.
.NET Framework
Available since 1.1
Available since 1.1
Show: