Table of Contents
HtmlElement Properties

The properties of the HtmlElement class are listed below. For a complete list of HtmlElement class members, see the HtmlElement Members topic.

Properties
Name Description
ChildElements Gets all the child elements of the current element.
ChildNodes Gets all the child nodes of the current element.
ClassName Gets the value of the class attribute.
HRef Gets the value of the href attribute.
ID Gets the value of the id attribute.
InnerText Gets the inner text of the element.
IsVisible Gets a value indicating whether the element is visible.
Location Gets the location of the element.
Name Gets the value of the name attribute.
PageBreakMode Gets or sets the page break mode of the element.
PageBreakRange Gets or sets the page break range.
PageBreakRangeWithMargin Gets the page break range that includes margins.
Size Gets the size of the element in inches.
Src Gets the value of the src attribute.
TagName Gets the element tag name.
TargetElement Gets the target element for a link element.
Value Gets the value of an input element.
VisibleRects Gets the visible rectangles of the element.
See Also