HtmlDocument Properties
.NET Framework 4.5
The HtmlDocument type exposes the following members.
| Name | Description | |
|---|---|---|
|
ActiveElement | Provides the HtmlElement which currently has user input focus. |
|
ActiveLinkColor | Gets or sets the Color of a hyperlink when clicked by a user. |
|
All | Gets an instance of HtmlElementCollection, which stores all HtmlElement objects for the document. |
|
BackColor | Gets or sets the background color of the HTML document. |
|
Body | Gets the HtmlElement for the BODY tag. |
|
Cookie | Gets or sets the HTTP cookies associated with this document. |
|
DefaultEncoding | Gets the encoding used by default for the current document. |
|
Domain | Gets or sets the string describing the domain of this document for security purposes. |
|
DomDocument | Gets the unmanaged interface pointer for this HtmlDocument. |
|
Encoding | Gets or sets the character encoding for this document. |
|
Focused | Gets a value indicating whether the document has user input focus. |
|
ForeColor | Gets or sets the text color for the document. |
|
Forms | Gets a collection of all of the <FORM> elements in the document. |
|
Images | Gets a collection of all image tags in the document. |
|
LinkColor | Gets or sets the color of hyperlinks. |
|
Links | Gets a list of all the hyperlinks within this HTML document. |
|
RightToLeft | Gets or sets the direction of text in the current document. |
|
Title | Gets or sets the text value of the <TITLE> tag in the current HTML document. |
|
Url | Gets the URL describing the location of this document. |
|
VisitedLinkColor | Gets or sets the Color of links to HTML pages that the user has already visited. |
|
Window | Gets the HtmlWindow associated with this document. |