HtmlFormAdapter.ShouldRenderFormTag Method

Definition

Returns whether to render a form tag. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

protected:
 virtual bool ShouldRenderFormTag();
protected virtual bool ShouldRenderFormTag ();
abstract member ShouldRenderFormTag : unit -> bool
override this.ShouldRenderFormTag : unit -> bool
Protected Overridable Function ShouldRenderFormTag () As Boolean

Returns

true if a form tag should be rendered; otherwise, false.

Applies to

See also