Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

BreadCrumb- ASP.NET MVC3

We have developed web application, which is purely asp.net MVC3 and C#. We want to implement Breadcrumb navigation link so that users can click on the breadcrumb to get to any View.

Could any one tell us or point in right direction , how we can implement this? steps would be more helpful.

Thank you

like image 493
Hari Gillala Avatar asked Nov 04 '22 11:11

Hari Gillala


1 Answers

Look at the MVC Sitemap provider to give you this functionality. It's available via NuGet too.

like image 88
LordHits Avatar answered Nov 09 '22 05:11

LordHits