Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |