Table of Contents

Class TigerCliApplicationLink

Namespace
ItTiger.TigerCli.Commands
Assembly
ItTiger.TigerCli.dll
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

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

string
The visible/copyable URL, rendered with TigerCli link styling in help output.
public string Url { get; }

Property Value

string