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.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
public: virtual NameValueCollection^ DeterminePostBackMode( HttpRequest^ request, String^ postEventSourceID, String^ postEventArgumentID, NameValueCollection^ baseCollection )
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.
Available since 2.0
HttpRequest
NameValueCollection
XhtmlPageAdapter Class
System.Web.UI.MobileControls.Adapters.XhtmlAdapters Namespace
ASP.NET Mobile Web Forms and ASP.NET Compatibility
Architectural Overview of Adaptive Control Behavior
Adapter Sets Functionality
Control and Adapter Interaction