ChtmlPageAdapter.DeterminePostBackMode Yöntem

Tanım

Geri gönderme veri toplaması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:
 override System::Collections::Specialized::NameValueCollection ^ DeterminePostBackMode(System::Web::HttpRequest ^ request, System::String ^ postEventSourceID, System::String ^ postEventArgumentID, System::Collections::Specialized::NameValueCollection ^ baseCollection);
public override System.Collections.Specialized.NameValueCollection DeterminePostBackMode (System.Web.HttpRequest request, string postEventSourceID, string postEventArgumentID, System.Collections.Specialized.NameValueCollection baseCollection);
override this.DeterminePostBackMode : System.Web.HttpRequest * string * string * System.Collections.Specialized.NameValueCollection -> System.Collections.Specialized.NameValueCollection
Public Overrides 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 bir 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

Parametresinin değiştirilmiş bir baseCollection sürümü.

Şunlara uygulanır

Ayrıca bkz.