React to breaking change in routing
This commit is contained in:
parent
4141fcae69
commit
7f38773531
|
|
@ -141,7 +141,7 @@ namespace Microsoft.AspNet.Mvc.Routing
|
|||
RouteTemplate = TemplateParser.Parse(routeInfo.RouteTemplate),
|
||||
TemplateMatcher = new TemplateMatcher(
|
||||
routeInfo.ParsedTemplate,
|
||||
new Dictionary<string, object>(StringComparer.OrdinalIgnoreCase)
|
||||
new RouteValueDictionary(StringComparer.OrdinalIgnoreCase)
|
||||
{
|
||||
{ TreeRouter.RouteGroupKey, routeInfo.RouteGroup }
|
||||
}),
|
||||
|
|
|
|||
Loading…
Reference in New Issue