UpWmlMobileTextWriter.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)

override CalculateFormPostBackUrl : 
        externalSubmit:bool *
        encode:bool byref -> string

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.

.NET Framework
Available since 1.1
Return to top
Show: