XhtmlPageAdapter.DeterminePostBackMode Method (HttpRequest, String, String, NameValueCollection)

 

Returns the postback data collection. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

Namespace:   System.Web.UI.MobileControls.Adapters.XhtmlAdapters
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

abstract DeterminePostBackMode : 
        request:HttpRequest *
        postEventSourceID:string *
        postEventArgumentID:string *
        baseCollection:NameValueCollection -> NameValueCollection
override DeterminePostBackMode : 
        request:HttpRequest *
        postEventSourceID:string *
        postEventArgumentID:string *
        baseCollection:NameValueCollection -> NameValueCollection

Parameters

request
Type: System.Web.HttpRequest

The HttpRequest object that contains request information.

postEventSourceID
Type: System.String

The source identifier for the event.

postEventArgumentID
Type: System.String

An argument identifier for the event.

baseCollection
Type: System.Collections.Specialized.NameValueCollection

The collection of postback data from the request object.

Return Value

Type: System.Collections.Specialized.NameValueCollection

A NameValueCollection object containing all query string or form parameters and values.

Because some devices handle postback differently from others, the DeterminePostBackMode method allows the adapter to modify the collection.

.NET Framework
Available since 2.0
Return to top
Show: