BreadcrumbItem Class

An item to be displayed in a Breadcrumb.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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