aspnetcore/test/Microsoft.AspNet.Routing.Tests/Template
Ryan Nowak 63dcdd6ca5 Fix for #77 - pass ambient values not in the template to constraints
This change adds tests and makes the behavior consistent with legacy MVC
as far as what values are visible in constraints.

This is important because it allows constraints to make decisions based on
whether or not a value is present even if it's not in the template. This
is similar to the behavior of WebAPI link generation or Area link
generation in MVC 5 - but without hardcoding.
2014-07-08 10:18:00 -07:00
..
TemplateBinderTests.cs Fix for #77 - pass ambient values not in the template to constraints 2014-07-08 10:18:00 -07:00
TemplateMatcherTests.cs
TemplateParserTests.cs
TemplateRouteTests.cs Fix for #77 - pass ambient values not in the template to constraints 2014-07-08 10:18:00 -07:00