ChtmlPageAdapter.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:
 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

Parametrar

request
HttpRequest

Ett 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 modifierad version av parametern baseCollection .

Gäller för

Se även