TagRenderMode Enumeration
Enumerates the modes that are available for rendering HTML tags.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Enumeration TagRenderMode
public enum TagRenderMode
public enum class TagRenderMode
Members
Member name | Description | |
---|---|---|
Normal | Represents normal mode. | |
StartTag | Represents the start-tag mode. | |
EndTag | Represents end-tag mode. | |
SelfClosing | Represents self-closing-tag mode. |