UpWmlMobileTextWriter.CalculateFormPostBackUrl(Boolean, Boolean) Method

Definition

Returns the calculated URL required to post the form to the server. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

protected:
 override System::String ^ CalculateFormPostBackUrl(bool externalSubmit, bool % encode);
protected override string CalculateFormPostBackUrl (bool externalSubmit, ref bool encode);
override this.CalculateFormPostBackUrl : bool * bool -> string
Protected Overrides Function CalculateFormPostBackUrl (externalSubmit As Boolean, ByRef encode As Boolean) As String

Parameters

externalSubmit
Boolean

true to indicate that the current form submits to an external URL; otherwise, false.

encode
Boolean

true to encode the URL string; otherwise, false.

Returns

The calculated URL required to post the form to the server.

Applies to

See also