Table of Contents

Class PageLink

Namespace
Trellis.Asp
Assembly
Trellis.Asp.dll

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

A cursor + the absolute URL the client should follow to fetch the linked page.

public PageLink(string Cursor, string Href)

Parameters

Cursor string
Href string

Properties

public string Cursor { get; init; }

Property Value

string
public string Href { get; init; }

Property Value

string