WmlControlAdapter.DeterminePostBack(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 Mobile Apps & Sites with ASP.NET.
protected:
System::String ^ DeterminePostBack(System::String ^ target);
protected string DeterminePostBack (string target);
member this.DeterminePostBack : string -> string
Protected Function DeterminePostBack (target As String) As String
Parameters
- target
- String
The target.
Returns
The required postback argument for the specified target. If no postback argument is required, this method returns null
.