Compartir a través de


TagStructure Enumeración

Definición

Estructura en la que se debe escribir el elemento.

public enum class TagStructure
public enum TagStructure
type TagStructure = 
Public Enum TagStructure
Herencia
TagStructure

Campos

NormalOrSelfClosing 1

El elemento se puede escribir como <my-tag-helper></my-tag-helper> o <my-tag-helper />.

Unspecified 0

Si ningún otro asistente de etiquetas se aplica al mismo elemento y especifica un TagStructure, NormalOrSelfClosing se usará .

WithoutEndTag 2

El elemento se puede escribir como <my-tag-helper> o <my-tag-helper />.

Se aplica a