HtmlPageAdapter.GetFormUrl Method (Form)

 

Returns a URL that can be used to uniquely identify the form. This URL must only be passed as a parameter to the BeginFile method of the text writer. 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)

member GetFormUrl : 
        form:Form -> string

Parameters

form
Type: System.Web.UI.MobileControls.Form

The specified form.

Return Value

Type: System.String

A URL that can be used to uniquely identify the form.

.NET Framework
Available since 1.1
Return to top
Show: