HtmlPageAdapter.IsFormRendered Method (Form)

 

Returns whether or not the specified form is to be rendered as part of the current request. 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)

Public Overridable Function IsFormRendered (
	form As Form
) As Boolean

Parameters

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

Programmatic name of the form.

Return Value

Type: System.Boolean

true if the specified form is to be rendered as part of the current request; otherwise, false.

For the HtmlPageAdapter class, only the active form is rendered for each request.

For the WmlPageAdapter class, multiple forms can be combined as cards into a single deck, if size permits.

.NET Framework
Available since 1.1
Return to top
Show: