Bagikan melalui


RadioButton.LoadPostData(String, NameValueCollection) Metode

Definisi

Memproses data postback untuk RadioButton kontrol.

protected:
 override bool LoadPostData(System::String ^ postDataKey, System::Collections::Specialized::NameValueCollection ^ postCollection);
protected override bool LoadPostData (string postDataKey, System.Collections.Specialized.NameValueCollection postCollection);
override this.LoadPostData : string * System.Collections.Specialized.NameValueCollection -> bool
Protected Overrides Function LoadPostData (postDataKey As String, postCollection As NameValueCollection) As Boolean

Parameter

postDataKey
String

Pengidentifikasi kunci untuk kontrol.

postCollection
NameValueCollection

Kumpulan semua nilai nama masuk.

Mengembalikan

true jika data untuk RadioButton telah berubah; jika tidak, false.

Keterangan

Metode LoadPostData ini dipanggil dengan LoadPostData metode . Ini digunakan terutama oleh pengembang kontrol yang memperluas fungsionalitas RadioButton kontrol.

Berlaku untuk

Lihat juga