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