IPageAdapter.DeterminePostBackMode Metod

Definition

Anropas för att fastställa insamlingen av postback-data. Det här API:et är föråldrat. Information om hur du utvecklar ASP.NET mobila program finns i Mobile Apps & Webbplatser med 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

Parametrar

request
HttpRequest

HttpRequest objekt som innehåller information om begäran, till exempel HTTP-huvuden.

postEventSourceID
String

Källidentifierare för händelsen.

postEventArgumentID
String

Argumentidentifierare för händelsen.

baseCollection
NameValueCollection

Insamling av postback-data från begärandeobjektet.

Returer

En ändrad namnvärdessamling med postdata.

Kommentarer

Eftersom vissa enheter hanterar postback på ett annat sätt än andra gör den här metoden att adaptern kan ändra samlingen.

Gäller för

Se även