Bagikan melalui


ImageButton.IPostBackDataHandler.LoadPostData Metode

Definisi

Untuk deskripsi anggota ini, lihat LoadPostData(String, NameValueCollection).

 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

Pengidentifikasi kunci untuk kontrol, digunakan untuk mengindeks postCollection.

postCollection
NameValueCollection

Kumpulan NameValueCollection yang berisi informasi nilai yang diindeks oleh pengidentifikasi kontrol.

Mengembalikan

true jika status kontrol server berubah sebagai akibat dari postback; jika tidak, false.

Penerapan

Keterangan

Metode ini IPostBackDataHandler.LoadPostData adalah implementasi anggota antarmuka eksplisit. Ini hanya dapat digunakan ketika instans dilemparkan ImageButton ke IPostBackDataHandler antarmuka.

Berlaku untuk

Lihat juga