TagStructure Výčet

Definice

Struktura, ve které by měl být prvek zapsán.

public enum class TagStructure
public enum TagStructure
type TagStructure = 
Public Enum TagStructure
Dědičnost
TagStructure

Pole

NormalOrSelfClosing 1

Element lze zapsat jako <my-tag-helper></my-tag-helper> nebo <my-tag-helper />.

Unspecified 0

Pokud se pro stejný prvek nepoužije žádná jiná pomocná rutina TagStructureznačky a určuje , NormalOrSelfClosing použije se .

WithoutEndTag 2

Element lze zapsat jako <my-tag-helper> nebo <my-tag-helper />.

Platí pro