Class PageLink
A cursor + the absolute URL the client should follow to fetch the linked page.
public sealed record PageLink : IEquatable<PageLink>
- Inheritance
-
PageLink
- Implements
- Inherited Members
- Extension Methods
Constructors
PageLink(string, string)
A cursor + the absolute URL the client should follow to fetch the linked page.
public PageLink(string Cursor, string Href)
Parameters
Properties
Cursor
public string Cursor { get; init; }
Property Value
Href
public string Href { get; init; }