WmlMobileTextWriter.CalculateFormPostBackUrl Method (Boolean, Boolean)
.NET Framework (current version)
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.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
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.
Called internally by the writer, and can be overridden by an inheriting class (writer).
.NET Framework
Available since 1.1
Available since 1.1
Show: