Table of Contents

Class RoutableLinkModel

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

Represents a simple link with a known URL

public abstract record RoutableLinkModel : LinkModel, IEquatable<LinkModel>, IEquatable<RoutableLinkModel>
Inheritance
RoutableLinkModel
Implements
Derived
Inherited Members

Constructors

RoutableLinkModel(string?, string?)

Represents a simple link with a known URL

protected RoutableLinkModel(string? Text, string? Href)

Parameters

Text string
Href string

Properties

Href

public string? Href { get; init; }

Property Value

string

Text

public string? Text { get; init; }

Property Value

string

Methods

Activate(NavigationManager)

Attempts to activate the link. May not return control to the caller.

public void Activate(NavigationManager navigationManager)

Parameters

navigationManager NavigationManager