aspnetcore/test/Microsoft.AspNet.Routing.Tests/Template
Ryan Nowak cf16d6cba7 Small refactor of TemplateBinder
We'll need to access the accepted values to do proper link generation, so
separating this process out into 2 parts.

Also moving defaults into the TemplateBinder because they are conceptually
part of the route, not part of the request. I'll do the same for
TemplateMatcher soon, but it's a big change and worth separating.
2014-03-26 18:44:57 -07:00
..
TemplateBinderTests.cs Small refactor of TemplateBinder 2014-03-26 18:44:57 -07:00
TemplateMatcherTests.cs
TemplateParserTests.cs
TemplateRouteTests.cs