Aracılığıyla paylaş


HtmlTextArea.LoadPostData(String, NameValueCollection) Yöntem

Tanım

Denetim için HtmlTextArea geri gönderme verilerini işler.

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

Parametreler

postDataKey
String

Denetimin anahtar tanımlayıcısı.

postCollection
NameValueCollection

Tüm gelen ad değerlerinin koleksiyonu.

Döndürülenler

trueHtmlTextArea geri göndermenin sonucu olarak denetimin durumu değiştiyse; değilse, false.

Açıklamalar

yöntemi, LoadPostData denetimin geri gönderme değerinin önceki değerinden HtmlTextArea farklı olup olmadığını denetler ve farklıysa döndürür true.

LoadPostData yöntemi öncelikle denetimin işlevselliğini HtmlTextArea genişleten denetim geliştiricileri tarafından kullanılır.

Şunlara uygulanır

Ayrıca bkz.