HtmlPageAdapter.IsFormRendered(Form) Method

Definition

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 Mobile Apps & Sites with ASP.NET.

C#
public virtual bool IsFormRendered(System.Web.UI.MobileControls.Form form);

Parameters

form
Form

Programmatic name of the form.

Returns

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

Remarks

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.

Applies to

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also