TagMode Enum

Definition

The mode in which an element should render.

public enum class TagMode
public enum TagMode
type TagMode = 
Public Enum TagMode
Inheritance
TagMode

Fields

SelfClosing 1

A self-closed tag.

StartTagAndEndTag 0

Include both start and end tags.

StartTagOnly 2

Only a start tag.

Applies to