Table of Contents

Class NavLinkModel

Namespace
The.Web.Routing
Assembly
Instagile.Web.Client.dll

Represents a standard navigable link.

public sealed record NavLinkModel : RoutableLinkModel, IEquatable<LinkModel>, IEquatable<RoutableLinkModel>, IEquatable<NavLinkModel>
Inheritance
NavLinkModel
Implements
Inherited Members

Constructors

NavLinkModel(string, string, NavLinkMatch)

Represents a standard navigable link.

public NavLinkModel(string Text, string Href, NavLinkMatch Match = NavLinkMatch.Prefix)

Parameters

Text string
Href string
Match NavLinkMatch

Properties

Match

public NavLinkMatch Match { get; init; }

Property Value

NavLinkMatch