maartenba / MvcSiteMapProvider

An ASP.NET MVC SiteMapProvider implementation for the ASP.NET MVC framework.
Microsoft Public License
537 stars 220 forks source link

Choose proper route w/ constraints #494

Open sean-rosenberg opened 4 years ago

sean-rosenberg commented 4 years ago

UrlResolver.ResolveRouteUrl(ISiteMapNode, string, string, string, IDictionary<string, object>, 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 action.