HtmlInputGenericControl.LoadPostData(String, NameValueCollection) Yöntem

Tanım

HTML5 öğesi için geri gönderme verilerini işler input .

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

Yüklenecek içeriğe başvuran, gönderilen koleksiyonda dizin.

postCollection
NameValueCollection

Tüm gönderilen değerlerin toplanması.

Döndürülenler

Boolean

true postalanan içerik önceki bir geri göndermede bulunan içerikten farklıysa; Aksi takdirde, false .

Şunlara uygulanır