Breadcrumb
This documentation provides a comprehensive reference for the Breadcrumb
component, guiding you through its configuration options.
Breadcrumb Parameters #
Name | Type | Default | Required | Description | Added Version |
---|---|---|---|---|---|
Alignment | BreadcrumbAlignment | None | Gets or sets the breadcrumb alignment. | 1.0.0 | |
ChildContent | RenderFragment | null | Gets or sets the child content. | 1.0.0 | |
Class | string | null | Gets or sets the CSS class. | 1.0.0 | |
Id | string | null | Gets or sets the ID. If not set, a unique ID will be generated. | 1.0.0 | |
Separator | BreadcrumbSeparator | None | Gets or sets the separator. | 1.0.0 | |
Size | BreadcrumbSize | None | Gets or sets the size. | 1.0.0 | |
Style | string | null | Gets or sets the CSS style. | 1.0.0 |
BreadcrumbItem Parameters #
Name | Type | Default | Required | Description | Added Version |
---|---|---|---|---|---|
ChildContent | RenderFragment | null | Gets or sets the child content. | 1.0.0 | |
Class | string | null | Gets or sets the CSS class. | 1.0.0 | |
Href | string | null | Gets or sets the href. | 1.0.0 | |
Id | string | null | Gets or sets the ID. If not set, a unique ID will be generated. | 1.0.0 | |
IsActive | bool | null | If true, the item will be shown as active. | 1.0.0 | |
Style | string | null | Gets or sets the CSS style. | 1.0.0 |