Bagikan melalui


IPageAdapter.DeterminePostBackMode Metode

Definisi

Dipanggil untuk menentukan pengumpulan data postback. API ini kedaluarsa. Untuk informasi tentang cara mengembangkan aplikasi seluler ASP.NET, lihat Situs & Mobile Apps dengan ASP.NET.

public:
 System::Collections::Specialized::NameValueCollection ^ DeterminePostBackMode(System::Web::HttpRequest ^ request, System::String ^ postEventSourceID, System::String ^ postEventArgumentID, System::Collections::Specialized::NameValueCollection ^ baseCollection);
public System.Collections.Specialized.NameValueCollection DeterminePostBackMode (System.Web.HttpRequest request, string postEventSourceID, string postEventArgumentID, System.Collections.Specialized.NameValueCollection baseCollection);
abstract member DeterminePostBackMode : System.Web.HttpRequest * string * string * System.Collections.Specialized.NameValueCollection -> System.Collections.Specialized.NameValueCollection
Public Function DeterminePostBackMode (request As HttpRequest, postEventSourceID As String, postEventArgumentID As String, baseCollection As NameValueCollection) As NameValueCollection

Parameter

request
HttpRequest

HttpRequest objek yang berisi informasi permintaan, seperti header HTTP.

postEventSourceID
String

Pengidentifikasi sumber untuk peristiwa tersebut.

postEventArgumentID
String

Pengidentifikasi argumen untuk peristiwa tersebut.

baseCollection
NameValueCollection

Kumpulan data postback dari objek permintaan.

Mengembalikan

Kumpulan nilai nama data postingan yang dimodifikasi.

Keterangan

Karena beberapa perangkat menangani postback secara berbeda dari yang lain, metode ini memungkinkan adaptor untuk memodifikasi koleksi.

Berlaku untuk

Lihat juga