HtmlInputGenericControl.LoadPostData(String, NameValueCollection) Metode

Definisi

Memproses data postback untuk elemen HTML5 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

Parameter

postDataKey
String

Indeks dalam koleksi yang diposting yang mereferensikan konten untuk dimuat.

postCollection
NameValueCollection

Kumpulan semua nilai yang diposting.

Mengembalikan

true jika konten yang diposting berbeda dari konten di postback sebelumnya; jika tidak, false.

Berlaku untuk