MvcSiteMapProvider icon indicating copy to clipboard operation
MvcSiteMapProvider copied to clipboard

An ASP.NET MVC SiteMapProvider implementation for the ASP.NET MVC framework.

Results 85 MvcSiteMapProvider issues
Sort by recently updated
recently updated
newest added

I am studying the MVCSiteMapProvider to use it in my company project, and we decided to use the Dynamic Node approach to build the map. We have a table with...

is:Question

Hi, I'm not sure if this is an issue or my approach is incorrect. Any help would be appreciated. I am able to retrieve the current sitemap node(SiteMaps.Current.CurrentNode) for /Product/Details/1...

is:Configuration Problem

Big fan of this project in particular the MvcSiteMapNode attribute. What I'd like to do is bind the nodes collected by mvcsitemapprovider with a menu from devexpress. I found some...

is:Feature Request
is:Question

The title is self explanatory. Issue was found [on Stack Overflow](http://stackoverflow.com/questions/29751962/visibility-of-individual-items-in-mvcsitemapprovider#comment-47646298). This one is a bit tricky because the only way to read what visibility providers are included in dynamic...

is:Defect
pri:Normal

This issue was originally posted on [StackOverflow](http://stackoverflow.com/questions/25038452/mvcsitemapprovider-mvc5-adding-title-as-route-value-not-working-intended/25041971) and the complete details are there. Basically, since custom attributes are now separate entities than properties on SiteMapNode, there is no reason to...

is:Defect
pri:Normal

It has been brought to my attention that using Local and Global resources in conjunction with MVC is [difficult to do and is best avoided](http://odetocode.com/blogs/scott/archive/2009/07/16/resource-files-and-asp-net-mvc-projects.aspx) because the way the default...

is:Feature Request
pri:Normal
is:Feedback Requested

I my project, i have structure like this: ``` xml ``` But the problem is that there is no route value named 'typeCode', this code must be loaded from database....

is:Configuration Problem
is:Question

Would be nice if there was an easy way to generate links to next and previous nodes in HTML, using something like: ``` Html.MvcSiteMap().Previous() Html.MvcSiteMap().Next() ``` I had a quick...

is:Feature Request

I am considering jumping ahead and creating a new [XML sitemap](http://www.sitemaps.org/protocol.html) implementation that addresses several concerns that have been brought to my attention instead of waiting until the next major...

is:Feature Request
pri:Normal
is:Feedback Requested

Okay, title may be a bit cryptic, so I'll try my best to explain what is going wrong. I have created an MVC5 project which uses StructureMap as its DI...

is:Defect
pri:Normal