Element Properties

The Element type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
Gets the list of all attributes of the HTML tag.
Public propertyInnerElements
Gets the list of HTML elements directly contained in the current HTML element.
Public propertyCode exampleInnerHtml
Gets or sets the inner HTML contents of the current HTML element.
Public propertyOuterHtml
Gets or sets the text representation of the current HTML element.
Public propertyTagDefinition
Gets or sets the tag definition of the current HTML element.
Public propertyCode exampleTagName
Gets or sets the tag name of the current HTML element.
Top
See Also