jothi kumar

jothi kumar

  • 1.6k
  • 107
  • 56k

how to set Breadcrumbs navigation in mvc

Aug 11 2014 2:49 AM
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)