Example of Bind to Location in ASP.NET MVC Breadcrumb Control
This sample demonstrates the navigation functionality of the Breadcrumb component.
DEMO
SOURCE
Bind to Location
URL Binding and Navigation
The Breadcrumb
component can be rendered by using the href(URL) of the current page or by using url
property when the user is not specified the breadcrumb items using items
property.
In this demonstration, URL navigation is enabled URL Binding and Navigation and beforeItemRender
event is used to customize rendering Breadcrumb item.
More information about Breadcrumb component navigations feature can be found in this documentation sectionopens in a new tab.