IPageAdapter.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 verilerinin toplanmasını belirlemek için çağrılı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:
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
Parametreler
- request
- HttpRequest
HttpRequest http üst bilgileri gibi istek bilgilerini içeren nesne.
- postEventSourceID
- String
Olayın kaynak tanımlayıcısı.
- postEventArgumentID
- String
Olay için bağımsız değişken tanımlayıcısı.
- baseCollection
- NameValueCollection
İstek nesnesinden geri gönderme verilerinin toplanması.
Döndürülenler
Post verilerinin değiştirilmiş ad değeri koleksiyonu.
Açıklamalar
Bazı cihazlar geri gönderme işlemini diğerlerinden farklı işlediğinden, bu yöntem bağdaştırıcının koleksiyonu değiştirmesine izin verir.