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

Hello, I have a case where I'm creating a breadcrumb where I want the full path to be shown for all users. The only difference I want is that for...

is:Question

I'm working on a MVC ecommerce website with Autofac handling my DI and EF with unit of work for the database calls. I'm using MvcSitemapProvider 4.4.5 and configured it to...

I do not know if it's really a problem. In my application I use the MvcSiteMapProvider to create my menu. Items that will be shown on the menu are in...

Hello, Initially, I am looking for a "drop in replacement" for the default MVC5 "menu". It is enumerated `Home About Contact`, using CSS (presumably) formatted `` tags. When I replace...

Debug visual studio (2015) not launches when re-compile the application. 1) Start debug (F5) 2) Stop debug (shift + f5) 3) Rebuild (ctrl + shift + b) 4) Application does...

I was attempting to log all authorization failures of [Authorize] attributes on controllers and actions. I can log them of course. The problem is that MvcSiteMapProvider appears to go through...

is:Feature Request
pri:Normal
is:Enhancement

Hi guys! I have faced with some problem when implemented custom DynamicNodeProviderBase class. I have overrided GetDynamicNodeCollection method, which return DynamicNode elements for sitemap. All elements have distinct urls and...

Sitemap.xml (fragment): ``` xml ... ``` when I navigate to `/QuoteConfiguration/AddMoreSections?ProjectId=1&QuoteId=2` (via HttpGet), the breadcrumb works fine: Project URL has ID: `/Projects/View?ProjectId=1` however when I navigate to: `QuoteGeneration/GenerateQuote` (HttpPost, ProjectId...

is:Feature Request
pri:Normal

After the last update my solution now has the following error with the MVCSiteMapProvider. View: ``` @{ ViewBag.Title = Html.MvcSiteMap().SiteMap.CurrentNode.Title; ViewBag.Description = Html.MvcSiteMap().SiteMap.CurrentNode.Description; } ``` Stack Trace: ``` [NullReferenceException: Referência...

is:Defect
pri:Normal

AuthorizeAttributeAclModule creates httpcontext from RouteData. This does not include querystring route parameters. So my custom authorizeattribute does not gets the parameters. Values in filterContext.Controller.ValueProvider differs on normal security check and...

is:Defect
pri:Normal