bindToLocation Boolean
(default: false)
Indicates whether the Breadcrumb will enable/disable the binding to the location object of the browser on initialization.
Example
<nav id="breadcrumb"></nav>
<script>
$("#breadcrumb").kendoBreadcrumb({
bindToLocation: true
});
</script>