Table of Contents

Constructor Hyperlink

Namespace
GuildWars2
Assembly
GW2SDK.dll

Initializes a new instance of the Hyperlink struct.

[Obsolete("Use the Uri overload instead.")]
public Hyperlink(string url)

Parameters

url string

The URL of the hyperlink.

Initializes a new instance of the Hyperlink struct.

public Hyperlink(Uri? uri)

Parameters

uri Uri

The URL of the hyperlink.