Blazorise Breadcrumb API
Explore the Blazorise Breadcrumb API reference for parameters, events, methods, and related types.
For examples and usage guidance, see the Breadcrumb documentation.
API
Parameters
Breadcrumb
| Parameter | Description | Type | Default |
|---|---|---|---|
ChildContent |
Specifies the content to be rendered inside this Breadcrumb component. |
RenderFragment | null |
Mode |
Specifies the breadcrumb activation mode. Possible values: |
BreadcrumbMode | BreadcrumbMode.None |
BreadcrumbItem
| Parameter | Description | Type | Default |
|---|---|---|---|
Active |
Indicates whether this breadcrumb item is the active (current) item. |
bool | false |
ChildContent |
Specifies the content to render inside this BreadcrumbItem component. |
RenderFragment | null |
BreadcrumbLink
| Parameter | Description | Type | Default |
|---|---|---|---|
ChildContent |
Specifies the content to be rendered inside this BreadcrumbLink component. |
RenderFragment | null |
Disabled |
When set to 'true', disables the component's functionality and places it in a disabled state. |
bool | false |
Match |
URL matching behavior for a link. Possible values: |
Match | Match.All |
Target |
The target attribute specifies where to open the linked document. |
Target | Target.Default |
Title |
Specifies the title of a link, which appears to the user as a tooltip. |
string | |
To |
Link to the destination page. |
string |
Events
BreadcrumbLink
| Event | Description | Type |
|---|---|---|
Clicked |
Notifies when the item is clicked. |
EventCallback<MouseEventArgs> |