Class Link
- Namespace
- GuildWars2
- Assembly
- GW2SDK.dll
Represents the context of a page of entities.
public sealed record Link : IEquatable<Link>
- Inheritance
-
Link
- Implements
- Inherited Members
Constructors
- Link(Hyperlink, Hyperlink, Hyperlink, Hyperlink, Hyperlink)
Represents the context of a page of entities.
Properties
- First
The hyperlink to the first page.
- Last
The hyperlink to the last page.
- Next
The hyperlink to the next page.
- Previous
The hyperlink to the previous page.
- Self
The hyperlink to the current page.