TagRenderMode Enumeration
Enumerates the modes that are available for rendering HTML tags.
Assembly: System.Web.WebPages (in System.Web.WebPages.dll)
| Member name | Description | |
|---|---|---|
| EndTag | Represents the mode for rendering a closing tag (for example, </tag>). | |
| Normal | Represents the mode for rendering normal text. | |
| SelfClosing | Represents the mode for rendering a self-closing tag (for example, <tag />). | |
| StartTag | Represents the mode for rendering an opening tag (for example, <tag>). |
Show: