Version

Search Results

ElementType Enumeration

Represents element types. Syntax Members Member Description Comment Defines the comment element. Content Defines the content element. Declaration Defines the declaration element. EndTag Defines the end element. Instruction Defines the instruction element. StartTag Defines the start element. WhiteSpace Defines the ...

Element Class Members

Public Properties

Element Class Properties

Public Properties

Type Property (Element)

Gets the type of the element. Syntax

EndTag Class

Represents a closing tag. Syntax

EndTag Class Members

Public Constructors Public Properties

EndTag Class Properties

Public Properties

Name Property (EndTag)

Gets or sets a string value indicating the name of the tag. Syntax

Type Property (EndTag)

Gets the ElementType of the element. Syntax

EndTag Constructor

Initializes a new instance of the EndTag class. Syntax Parameters name A string value indicating the name of the tag.