TagMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The mode in which an element should render.
public enum class TagMode
public enum TagMode
type TagMode =
Public Enum TagMode
- Inheritance
-
TagMode
Fields
SelfClosing | 1 | A self-closed tag. |
StartTagAndEndTag | 0 | Include both start and end tags. |
StartTagOnly | 2 | Only a start tag. |
Applies to
Feedback
Submit and view feedback for