Constructor Hyperlink
- Namespace
- GuildWars2
- Assembly
- GW2SDK.dll
Hyperlink(string)
Initializes a new instance of the Hyperlink struct.
[Obsolete("Use the Uri overload instead.")]
public Hyperlink(string url)
Parameters
url
stringThe URL of the hyperlink.
Hyperlink(Uri?)
Initializes a new instance of the Hyperlink struct.
public Hyperlink(Uri? uri)
Parameters
uri
UriThe URL of the hyperlink.