0

I am developing an asp.net mvc 2.0 application in which I want to implement bread crumb pattern but I don't know how to implement it in asp.net. By browsing different sites I come to know about MVCSiteMap Provider but I don't know how to use it and how I can implement bread crumb in asp.net mvc 2.0 using mvcsitemap.

tereško
  • 58,060
  • 25
  • 98
  • 150
Billz
  • 1,067
  • 6
  • 25
  • 57

1 Answers1

0

Not sure if it works the same way in MVC2 but here's a quick tutorial for MVC3

http://edspencer.me.uk/2011/09/20/mvc-sitemap-provider-tutorial-2-breadcrumbs/

Greg B
  • 803
  • 9
  • 22