ChtmlPageAdapter.DeterminePostBackMode Methode

Definitie

Aangeroepen om de gegevensverzameling van de postback te bepalen. Deze API is verouderd. Zie Mobile Apps & voor meer informatie over het ontwikkelen van ASP.NET mobiele toepassingen Sites met 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

Parameters

request
HttpRequest

Een HttpRequest object met aanvraaggegevens, zoals HTTP-headers.

postEventSourceID
String

Bron-id voor de gebeurtenis.

postEventArgumentID
String

Argument-id voor de gebeurtenis.

baseCollection
NameValueCollection

Verzameling van terugpostgegevens van het aanvraagobject.

Retouren

Een gewijzigde versie van de baseCollection parameter.

Van toepassing op

Zie ook