Class RoutableLinkModel
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
Properties
Href
public string? Href { get; init; }
Property Value
Text
public string? Text { get; init; }
Property Value
Methods
Activate(NavigationManager)
Attempts to activate the link. May not return control to the caller.
public void Activate(NavigationManager navigationManager)
Parameters
navigationManagerNavigationManager