BreadcrumbItem Class

An item to be displayed in a Breadcrumb.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public sealed class BreadcrumbItem
Inheritance
Object    BreadcrumbItem

Constructors

BreadcrumbItem Default constructor for BreadcrumbItem.

Properties

Href URL to navigate to when the item is clicked.
IsCurrentPage Whether the item is the current page.
Text Display text for the item.

See Also