BreadcrumbItem Class

An item to be displayed in a Breadcrumb.

Definition

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