Bagikan melalui


HtmlInputGenericControl.IPostBackDataHandler.LoadPostData Metode

Definisi

Saat diimplementasikan dalam kelas turunan, memproses data postback untuk elemen HTML5 input .

 virtual bool System.Web.UI.IPostBackDataHandler.LoadPostData(System::String ^ postDataKey, System::Collections::Specialized::NameValueCollection ^ postCollection) = System::Web::UI::IPostBackDataHandler::LoadPostData;
bool IPostBackDataHandler.LoadPostData (string postDataKey, System.Collections.Specialized.NameValueCollection postCollection);
abstract member System.Web.UI.IPostBackDataHandler.LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
override this.System.Web.UI.IPostBackDataHandler.LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
Function LoadPostData (postDataKey As String, postCollection As NameValueCollection) As Boolean Implements IPostBackDataHandler.LoadPostData

Parameter

postDataKey
String

Indeks dalam koleksi yang diposting yang mereferensikan konten untuk dimuat.

postCollection
NameValueCollection

Kumpulan semua nilai yang diposting.

Mengembalikan

true jika status elemen HTML5 input berubah karena postback; jika tidak, false.

Penerapan

Keterangan

Anggota ini adalah implementasi anggota antarmuka eksplisit. Ini hanya dapat digunakan ketika instans dilemparkan HtmlInputGenericControl ke IPostBackDataHandler antarmuka.

Berlaku untuk