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

Bumps [Microsoft.Owin](https://github.com/aspnet/AspNetKatana) from 2.0.0 to 4.0.0. Commits 64bf627 Update certificate id 7785261 Update lisence url 5d6e25b Handle early disconnects #141 0156279 Update version to 4.0.0-rtm 6ab8574 Update IdentityModel dependencies to...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 4.5.11 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 5.0.8 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Hi Folks, Please help for the permanent fix. ![image](https://user-images.githubusercontent.com/26380140/154290675-2f956e48-a742-48c9-84a0-6f54e9c29036.png)

I am having 3 level hierarchy of nodes. I am adding child nodes to the below node using dynamicNodeProvider. When I click on these childNodes at runtime, SiteMaps.Current.CurrentNode is null...

UrlResolver.ResolveRouteUrl(ISiteMapNode, string, string, string, IDictionary, RequestContext) was not choosing the same route as stock MVC when a route name was supplied and the named route used constraints for controller or...

Hi , I would like to implement Localization on title field by using DB resources (not resx files) as I have dynamic menu in my application. Can Anyone suggest how...

When I'm using MvcSiteMapProvider I can't register custom ControllerFactory in Application_Start, because MvcSiteMapProvider redefines it later, so my CustomControllerFactory have no effect. ``` protected void Application_Start() { //Prints: System.Web.Mvc.DefaultControllerFactory logger.Info(ControllerBuilder.Current.GetControllerFactory().ToString());...

Is it possible to have multiple sitemap visibility providers configured separably? In our solution I have this configured with one custom provider as the default provider, and would like to...

Hey, I have this configuration ``` ``` When I go to **Reset Password** page the breadcrumb created is this: **Users > Edit User > Reset Password** The path under **Edit...