MvcSiteMap generating a Menu without messing the breadcumbs
问题 I\'m configuring my asp.net mvc 5 app to use MvcSiteMap library. So, far I could successfully configure the breadcumbs. However, the template for a menu is rather more complicated than the breadcumbs. I have the mustache version of the menu (I didn\'t show the ul tag): <li{{#class}} class=\"{{class}}\" {{ />class}}>{{! print class name (active, open, etc) if it exists }} <a href=\"{{#link}}{{#createLinkFunction}}{{link}}{{/createLinkFunction}}{{/link}} {{^link}}#{{/link}}\" {{#submenu?}}