TagRenderMode Enum

Definition

Enumerates the modes that are available for rendering HTML tags.

public enum TagRenderMode
type TagRenderMode = 
Public Enum TagRenderMode
Inheritance
TagRenderMode

Fields

EndTag 2

Represents the mode for rendering a closing tag (for example, </tag>).

Normal 0

Represents the mode for rendering normal text.

SelfClosing 3

Represents the mode for rendering a self-closing tag (for example, <tag />).

StartTag 1

Represents the mode for rendering an opening tag (for example, <tag>).

Applies to