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

다른 태그 도우미가 동일한 요소에 적용되고 를 TagStructureNormalOrSelfClosing 지정하지 않으면 가 사용됩니다.

WithoutEndTag 2

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

적용 대상