Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |