4

I'm using ASP.NET MVC 2 in my project. I want to create bread crumbs for our categories. But I want to bring the bread crumb programatically. How can I make this work in a User Control ?

modexi
  • 41
  • 2

2 Answers2

2

There's a nuget package for an ASP.NET MVC site map that may be of help:

http://nuget.org/List/Packages/MvcSiteMapProvider

It's also referenced in this SO question:

ASP.NET MVC - Simple Breadcrumbs (SiteMap)

Hope this helps.

Community
  • 1
  • 1
David Hoerster
  • 28,421
  • 8
  • 67
  • 102
0

We're using the ASP.NET MVC Site Map Project to generate our breadcrumbs. There is a section on how to generate dynamic site maps on the project website.

AndyM
  • 1,148
  • 1
  • 10
  • 19