Aracılığıyla paylaş


XhtmlPageAdapter.DeterminePostBackMode Yöntem

Tanım

Geri gönderme veri toplamasını döndürür. Bu, API artık kullanılmıyor. ASP.NET mobil uygulama geliştirme hakkında bilgi için bkz. ASP.NET ile Mobile Apps & Siteleri.

public:
 virtual System::Collections::Specialized::NameValueCollection ^ DeterminePostBackMode(System::Web::HttpRequest ^ request, System::String ^ postEventSourceID, System::String ^ postEventArgumentID, System::Collections::Specialized::NameValueCollection ^ baseCollection);
public virtual 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
override this.DeterminePostBackMode : System.Web.HttpRequest * string * string * System.Collections.Specialized.NameValueCollection -> System.Collections.Specialized.NameValueCollection
Public Overridable Function DeterminePostBackMode (request As HttpRequest, postEventSourceID As String, postEventArgumentID As String, baseCollection As NameValueCollection) As NameValueCollection

Parametreler

request
HttpRequest

HttpRequest İstek bilgilerini içeren nesne.

postEventSourceID
String

Olayın kaynak tanımlayıcısı.

postEventArgumentID
String

Olay için bir bağımsız değişken tanımlayıcısı.

baseCollection
NameValueCollection

İstek nesnesinden geri gönderme verilerinin toplanması.

Döndürülenler

NameValueCollection Tüm sorgu dizesini veya form parametrelerini ve değerlerini içeren bir nesne.

Uygulamalar

Açıklamalar

Bazı cihazlar geri gönderme işlemini diğerlerinden farklı işlediğinden, DeterminePostBackMode yöntemi bağdaştırıcının koleksiyonu değiştirmesine izin verir.

Şunlara uygulanır

Ayrıca bkz.