Table of Contents

Class NoLinkModel

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

Represents plain text with no link, or nothing at all when Text is null or empty.

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

Constructors

NoLinkModel(string?)

Represents plain text with no link, or nothing at all when Text is null or empty.

public NoLinkModel(string? Text = null)

Parameters

Text string