TagStructure 열거형

정의

요소를 작성해야 하는 구조입니다.

public enum class TagStructure
public enum TagStructure
type TagStructure = 
Public Enum TagStructure
상속
TagStructure

필드

NormalOrSelfClosing 1

요소는 my-tag-helper></my-tag-helper 또는 <my-tag-helper> />로 <작성할 수 있습니다.

Unspecified 0

If no other tag helper applies to the same element and specifies a TagStructure, NormalOrSelfClosing will be used.

WithoutEndTag 2

요소는 my-tag-helper> 또는 <my-tag-helper />로 <작성할 수 있습니다.

적용 대상