EnumParsedElementType
Enum
The type set by the parser when an element is parsed.
Definition
Namespace:ArtOfTest.Common
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public enum ParsedElementType
Fields
Comment
A markup comment tag. (example: <!-- comment --> )
MalFormed
A malformed tag. (example: </foo/> )
OrphanedClosingTag
An orphaned closing tag with no open tag.
TextLiteral
A literal text element.