ILink - MikaBerglund/Blazor-Bootstrap GitHub Wiki
ILink Interface
Defines an interface that describes a link.
Properties
Name | Type | Description |
---|---|---|
Description | string | The description of the link. This is typically used as the tooltip for the link. |
Index | int | The index of the link when used in a collection. The index is set by a component when enumerating the links. The value does not need to be set. |
IsActive | bool | Defines whether the link is shown as active. |
IsStretched | bool | Specifies if the link is a stretched link. For details on stretched links see the Bootstrap documentation |
OpenInNewTab | bool | Specifies whether the link should be opened in a new tab. |
Url | string | The URL (href ) of the link. Either an absolute or relative URL. |
Text | string | The text to display in the link. |