WmlMobileTextWriter.CalculateFormPostBackUrl Method (Boolean, Boolean)

 

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 the www.asp.net/mobile Web site.

Namespace:   System.Web.UI.MobileControls.Adapters
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

protected virtual string CalculateFormPostBackUrl(
	bool externalSubmit,
	ref bool encode
)

Parameters

externalSubmit
Type: System.Boolean

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

encode
Type: System.Boolean

true to encode the URL string; otherwise, false.

Return Value

Type: System.String

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

Called internally by the writer, and can be overridden by an inheriting class (writer).

.NET Framework
Available since 1.1
Return to top
Show: