GraffitiGridHyperlink

Enumerations #

Name Values
Targets NewWindow
CurrentWindow

Constants #

Name Type Value

This class exposes no constants.

Events #

Definition Parameters Description

This class exposes no events.

Methods #

Definition Parameters Return Type Description
Constructor URL as String None Instantiate a new instance of the class.
Text as String
Indicator as WebUIControl.Indicators = WebUIControl.Indicators.Default

Properties #

Name Type Default Value Description
Download Boolean False When True, the URL will be downloaded by the browser.
Indicator WebUIControl.Indicators Default Bootstrap Style applied to the link.
Language String “” Specifies the language of the linked document.
Media String “” Specifies what media/device the linked document is optimized for.
ReferrerPolicy String “” Specifies which referrer information to send with the link.
Relationship String “” Specifies the relationship between the current document and the linked document.
Target Targets NewWindow Determines whether the linked URL will be opened in a new window/tab or the current one.
Text String “” Caption of the link.
Type String “” Specifies the media type of the linked document.
URL String “” The target URL of the link.

Examples #

This class currently has no examples.

Notes #

See this W3Schools page for more information about the properties of this class.