# GraffitiGridHyperlink
Class
## Enumerations
| Name | Value | Description |
| --- | :---: | --- |
| Targets | NewWindow <br > CurrentWindow | Supported link opening targets. |
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Constructor | URL as String <br> Text as String <br> Indicator as WebUIControl.Indicators = WebUIControl.Indicators.Default | (None) | Instantiate a new instance of the class. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Download | Boolean | False | When True, the URL will be downloaded by the browser. |
| Indicator | WebUIControl.Indicators | (None) | Bootstrap Style applied to the link. |
| Language | String | (None) | Specifies the language of the linked document. |
| Media | String | (None) | Specifies what media/device the linked document is optimized for. |
| ReferrerPolicy | String | (None) | Specifies which referrer information to send with the link. |
| Relationship | String | (None) | Specifies the relationship between the current document and the linked document. |
| Target | Targets | (None) | Determines whether the linked URL will be opened in a new window/tab or the current one. |
| Text | String | (None) | Caption of the link. |
| Type | String | (None) | Specifies the media type of the linked document. |
| URL | String | (None) | The target URL of the link. |