WmlPageAdapter.IsFormRendered Method (Form)
.NET Framework (current version)
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.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
Parameters
- form
-
Type:
System.Web.UI.MobileControls.Form
Programmatic name of the form.
Return Value
Type: System.Booleantrue 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
Available since 1.1
Show: