WmlControlAdapter.DeterminePostBack(String) Method

Definition

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.

Applies to

See also