Table of Contents

Constructor Hyperlink

Namespace
Skyline.DataMiner.Utils.InteractiveAutomationScript
Assembly
Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll

Creates a new instance of a Hyperlink button where the link is displayed.

public Hyperlink(Uri url)

Parameters

url Uri

Link to which the user is forwarded to upon clicking the button.

Creates a new instance of a Hyperlink button where the displayedText is displayed.

public Hyperlink(string displayedText, Uri url)

Parameters

displayedText string

Text to be displayed on the button.

url Uri

Link to which the user is forwarded to upon clicking the button.