Table of Contents

Struct Hyperlink

Namespace
GuildWars2
Assembly
GuildWars2.dll

Represents a hyperlink.

public readonly record struct Hyperlink : IEquatable<Hyperlink>
Implements
Inherited Members

Not meant to be used directly. A hyperlink is usually obtained from an API response. For example, to link to related resources.

Constructors

Hyperlink(Uri?)

Initializes a new instance of the Hyperlink struct.

Fields

None

Represents an empty hyperlink.

Properties

IsEmpty

Gets a value indicating whether the hyperlink is empty.

Uri

The URL of the hyperlink.

Methods

Deconstruct(out Uri?)

Deconstructs the hyperlink into its Uri.