Create breadcrumbs Path in asp.net MVC
问题 I'm trying to create a breadcrumbs that includes pages viewed by user, like the example: Home -> Products -> Smartphones -> ..... Does anyone know how to do that in asp.net mvc 3 with razor view engine ? Or where i can find a good tutorial ? 回答1: There is an open source project called MvcSiteMapProvider that I have been contributing to that makes this fairly easy. The project is available on NuGet. Basically, you configure an sitemap with all of your pages. The sitemap can be configured in