Hyperlink Properties
Defines a hyperlink in the document.| Name | Description |
|---|---|
| Anchor | Gets or sets the name of a bookmark in the current document which shall be the target of the hyperlink. |
| NavigateUri | Gets or sets a URI to navigate to when the hyperlink is activated. |
| Range | Gets the document range associated with the hyperlink. |
| Target | Gets or sets the target window or frame in which to display the web page content when the hyperlink is clicked. |
| ToolTip | Gets or sets a text for the tooltip displayed when the mouse hovers over a hyperlink. |
| Visited | Gets or sets whether the location referred to by a hyperlink has been recently visited. |
See Also