WmlControlAdapter.DeterminePostBack Method (String)
.NET Framework (current version)
Determines whether the given target requires a postback and returns the required postback argument. Returns null if the target is an external link. 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)
Parameters
- target
-
Type:
System.String
The target.
Return Value
Type: System.StringThe required postback argument for the specified target. If no postback argument is required, this method returns null.
.NET Framework
Available since 1.1
Available since 1.1
Show: