HtmlTextArea.LoadPostData(String, NameValueCollection) Metod

Definition

Bearbetar postback-data för HtmlTextArea kontrollen.

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

Parametrar

postDataKey
String

Nyckelidentifieraren för kontrollen.

postCollection
NameValueCollection

Samlingen med alla inkommande namnvärden.

Returer

true HtmlTextArea om kontrollens tillstånd har ändrats till följd av återanropet, falseannars .

Kommentarer

Metoden LoadPostData kontrollerar om postback-värdet för HtmlTextArea kontrollen skiljer sig från dess tidigare värde och i så fall returnerar true.

Metoden LoadPostData används främst av kontrollutvecklare som utökar kontrollens HtmlTextArea funktioner.

Gäller för

Se även