Hyperlink Properties |
The Hyperlink type exposes the following members.
| Name | Description | |
|---|---|---|
| Download | The download attribute specifies that the target will be downloaded when a user clicks on the hyperlink and this attribute value is the name of the downloaded file. | |
| IsExternalLink | If the document is an HTML document, then value is only true if hyperlink is a "link" HTML element and specifies a link between the document and an external resource, and false if hyperlink is an "a" HTML element. For all other non-HTML file formats this specifies if hyperlink is an external document link. | |
| Ping | Typically used for monitoring/tracking - specifies a list of URLs to be notified if the user follows the hyperlink. | |
| RefLang | Specifies the language of the linked document. | |
| Relationship | The 'rel' attribute specifies the relationship between the current document and the linked document. | |
| Target | The target attribute specifies where to open the linked document. | |
| Text | Hyperlink inner text. | |
| Type | The type attribute specifies the internet media type (formerly known as MIME type) of the linked document (e.g., "text/html"). | |
| Url | Specifies the URL ("href" attribute) of the page the link goes to. |