New to Telerik UI for ASP.NET Core? Download free 30-day trial

BreadcrumbItemBuilder

Methods

Encoded(System.Boolean)

Defines whether to encode the item's text. To render entities or HTML, set it to false.

Parameters

value - System.Boolean

The value for Encoded

Href(System.String)

Defines the navigation link's url of the item (rendered if navigation is true).

Parameters

value - System.String

The value for Href

Text(System.String)

Defines the text of the item.

Parameters

value - System.String

The value for Text

Icon(System.String)

Defines the icon to be rendered.

Parameters

value - System.String

The value for Icon

ItemClass(System.String)

Defines the item classes (the li element).

Parameters

value - System.String

The value for ItemClass

LinkClass(System.String)

Defines the link classes (the a element).

Parameters

value - System.String

The value for LinkClass

IconClass(System.String)

Defines the icon classes (the span element).

Parameters

value - System.String

The value for IconClass

ShowIcon(System.Boolean)

Defines whether to show the icon. Default value is true for rootItem and false for item.

Parameters

value - System.Boolean

The value for ShowIcon

ShowText(System.Boolean)

Defines whether to show the text. Default value is false for rootItem and true for item.

Parameters

value - System.Boolean

The value for ShowText

Type(Kendo.Mvc.UI.BreadcrumbItemType)

The item type.

Parameters

value - BreadcrumbItemType

The value for Type

In this article
Not finding the help you need?