Aracılığıyla paylaş


HiddenField.LoadPostData(String, NameValueCollection) Yöntem

Tanım

Bir denetim için HiddenField 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

Boolean

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

Açıklamalar

Web Forms sayfa çerçevesi, bu yöntem çağrısına geri dönen true tüm sunucu denetimlerini izler ve ardından bu denetimlerde öğesini RaisePostDataChangedEvent çağırır.

Şunlara uygulanır

Ayrıca bkz.