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 / > 。

適用於