I am using ASP.NET MVC 2 in my project. I want to create bread crumbs for our categories. But I want to bring bread crumbs programmatically. How can I make this work in User Control?
There might be a nuget package for an ASP.NET MVC site map:
http://nuget.org/List/Packages/MvcSiteMapProvider
He also refers to this SO question:
ASP.NET MVC - Simple Breadcrumbs (SiteMap)
Hope this helps.
We use the ASP.NET MVC Site Map Project to create our breadcrumbs. The project website has a section for creating dynamic site maps .
Source: https://habr.com/ru/post/1345124/More articles:Question when adding a project to a Visual Studio solution - c #In jQuery, how to efficiently add many elements? - performanceWhat is the difference...? [C # properties of GET / SET methods] - syntaxEngineer, how can I refer to the object that I am doing and pass it to the association? (AssociationTypeMismatch) - ruby | fooobar.comrpm -K message WRONG KEYS - gnupgStandard styles WPF Aero - stylesBinding window title to properties using converter - c #ASP.NET MVC - Simple Breadcrumbs (SiteMap) - sitemapVisual Studio 2010 does not display debugging information for local variables - c ++Bizzare stream blocks creating primitive arrays - javaAll Articles