Class TigerCliApplicationLink
A help-footer link configured through the TigerCliAppBuilder link methods
(
AddLink, AddWebsite, AddRepository, AddDocumentation) or derived
from assembly metadata. Instances are created by the builder and exposed on
Links.public sealed class TigerCliApplicationLink
- Inheritance
-
TigerCliApplicationLink
- Inherited Members
Properties
Label
The visible help-footer label. Custom links carry app-owned text; the convenience links
(website/repository/documentation) use localized framework labels.
public string Label { get; }
Property Value
Url
The visible/copyable URL, rendered with TigerCli link styling in help output.
public string Url { get; }