HtmlFormAdapter.ShouldRenderFormTag Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.