aspnetcore/samples/RoutingSample.Web
Ryan Nowak 27d6a735af Implement a 'required' constraint
This is useful for a variety of interesting scenarios in link generation
where a default value doesn't appear in the route template as a parameter.

This can be used to implement the desired behavior for areas - where the
'area' key is sticky.
2014-07-08 16:23:14 -07:00
..
DelegateRouteEndpoint.cs Updating copyright headers 2014-05-08 23:01:29 -07:00
DictionaryExtensions.cs Updating copyright headers 2014-05-08 23:01:29 -07:00
PrefixRoute.cs Removing RouteContext.RequestPath and calculating it from HttpContext as needed. 2014-06-09 11:18:49 -07:00
RouteBuilderExtensions.cs Routing DI Changes I: 2014-06-03 16:50:48 -07:00
RoutingSample.Web.kproj Implement a 'required' constraint 2014-07-08 16:23:14 -07:00
Startup.cs Adding Remaining Inline Route Constraints. 2014-06-18 16:29:49 -07:00
project.json Bump version to 1.0.0-* 2014-06-19 16:46:05 -07:00
web.config