Class NoLinkModel
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
Textstring