XhtmlPageAdapter.DeterminePostBackMode Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Geri gönderme veri koleksiyonunu döndürür. Bu API kullanımdan kaldırıldı. ASP.NET mobil uygulama geliştirme hakkında bilgi için bkz.
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.