Table of Contents

Property Url

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

Gets or sets the url to which the user is forwarded to upon clicking the Hyperlink. This url can be either absolute or relative. Absolute: "http://www.contoso.com/index.html" Relative: "/index.html"

public Uri Url { get; set; }

Property Value

Uri