Breadcrumb
This documentation provides a comprehensive reference for the
Breadcrumb component, guiding you through its configuration options.Screenshot #

Breadcrumb Parameters #
| Name | Type | Default | Required | Description | Added Version |
|---|---|---|---|---|---|
| AdditionalAttributes | Dictionary<string, object>? | null | Gets or sets additional attributes that will be applied to the component. | 1.0.0 | |
| Class | string? | null | Gets or sets the CSS class name(s) to apply to the component. | 1.0.0 | |
| Id | string? | null | Gets or sets the ID. If not set, a unique ID will be generated. | 1.0.0 | |
| Items | List<BreadcrumbItem>? | null | Gets or sets the items. | 1.0.0 | |
| Style | string? | null | Gets or sets the CSS style string that defines the inline styles for the component. | 1.0.0 |
BreadcrumbItem Properties #
| Name | Type | Default | Required | Description | Added Version |
|---|---|---|---|---|---|
| Href | string? | null | Gets or sets the navigation URL for the breadcrumb item. | 1.0.0 | |
| IsCurrentPage | bool | False | Gets or sets whether this item represents the current page. | 1.0.0 | |
| Text | string? | null | Gets or sets the display text for the breadcrumb item. | 1.0.0 |
BreadcrumbService Methods #
| Name | Return type | Description | Added Version |
|---|---|---|---|
| Notify(List<BreadcrumbItem> items) | Void | Notifies subscribers with the latest breadcrumb items. | 1.9.2 |