1
Answer

how to set Breadcrumbs navigation in mvc

jothi kumar

jothi kumar

10y
693
1
hi to all,
Here i want to set Breadcrumbs navigation in master pages. i want to set dynamic or default. anything but for me dynamic is better.
Here i using this code in my index pages:
 
<ol class="breadcrumb">         <li><a href="#">Home</a></li>         <li><a href="#">Branch</a></li>         <li class="active"></li>     </ol>
 
Can anybody tell me deep explanation for this. Kindly help me for that.

Answers (1)