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 TypeDefault
ChildContent

Specifies the content to be rendered inside this Breadcrumb component.

RenderFragmentnull
Mode

Specifies the breadcrumb activation mode.

Possible values:None, Auto

BreadcrumbModeBreadcrumbMode.None

BreadcrumbItem

Parameter Description TypeDefault
Active

Indicates whether this breadcrumb item is the active (current) item.

boolfalse
ChildContent

Specifies the content to render inside this BreadcrumbItem component.

RenderFragmentnull

BreadcrumbLink

Parameter Description TypeDefault
ChildContent

Specifies the content to be rendered inside this BreadcrumbLink component.

RenderFragmentnull
Disabled

When set to 'true', disables the component's functionality and places it in a disabled state.

boolfalse
Match

URL matching behavior for a link.

Possible values:Prefix, All

MatchMatch.All
Target

The target attribute specifies where to open the linked document.

TargetTarget.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>
On this page