aspnetcore/test/Microsoft.AspNetCore.Routin.../Template
Ryan Nowak 9e114b547d
Introduce RoutePattern (#585)
* Introduce RoutePattern

Introduces RoutePattern - a new parser and representation for routing
templates, defaults, and constraints.

This is a new representation for all of the 'inputs' to routing that is
immutable and captures 'out of line' information for defaults and
constraints.

This will allow us to unify the handling of constraints and values from
attribute style routes and conventional style routes.
2018-07-13 18:01:46 -07:00
..
RoutePrecedenceTests.cs TreeRouter cleanup 2016-04-20 18:12:10 -07:00
TemplateBinderTests.cs Fix TemplateBinder to consider null and empty string values the same 2018-07-13 10:21:55 -07:00
TemplateMatcherTests.cs Minor changes to test code to resolve xUnit2013 build errors 2017-10-05 15:26:36 -07:00
TemplateParserTests.cs Introduce RoutePattern (#585) 2018-07-13 18:01:46 -07:00