ChartBreadcrumbRootItemSettingsTagHelper
Example
Razor
<root-item/>
Attributes
| Attribute | Type | Description |
|---|---|---|
| encoded | Boolean | Defines whether to encode the item's text. To render entities or HTML, set it to false. |
| href | String | Defines the navigation link's url of the item (rendered if navigation is true). |
| icon | String | Defines the icon to be rendered. |
| icon-class | String | Defines the icon classes (the span element). |
| item-class | String | Defines the item classes (the li element). |
| link-class | String | Defines the link classes (the a element). |
| show-icon | Boolean | Defines whether to show the icon. Default value is true for rootItem and false for item. |
| show-text | Boolean | Defines whether to show the text. Default value is false for rootItem and true for item. |
| text | String | Defines the text of the item. |
| type | String | Defines the type of the item "rootitem" or "item". |