TagRenderMode Enumeration

Enumerates the modes that are available for rendering HTML tags.

Namespace:  System.Web.Mvc
Assembly:  System.Web.WebPages (in System.Web.WebPages.dll)

public enum TagRenderMode

Member nameDescription
EndTagRepresents the mode for rendering a closing tag (for example, </tag>).
NormalRepresents the mode for rendering normal text.
SelfClosingRepresents the mode for rendering a self-closing tag (for example, <tag />).
StartTagRepresents the mode for rendering an opening tag (for example, <tag>).
Show: