MobilePage::DeterminePostBackMode Method ()
.NET Framework (current version)
Determines the type of request made for the MobilePage class and returns a NameValueCollection of data posted back to the page by using either a POST or a GET command. 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)
Return Value
Type: System.Collections.Specialized::NameValueCollection^A NameValueCollection object that contains the form data.
This member overrides the Page::DeterminePostBackMode method to determine whether the page was requested because of a transfer or a redirect. If so, null is returned. Otherwise, the DeterminePostBackMode method of the adapter is called.
.NET Framework
Available since 1.1
Available since 1.1
Show: