aspnetcore/samples/RoutingSample.Web
harshgMSFT 1d3e41560c Routing DI Changes I:
Moving out Default Handler and IInlineConstraintResolver from RouteCollection.
	These are moved to a new interface IRouteBuilder, (instead of an IInlineConstraintResolver, it takes in an IServiceProvider).
	This means all RouteCollectionExtensions are moved to RouteBuilderExtensions.
2014-06-03 16:50:48 -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 Updating copyright headers 2014-05-08 23:01:29 -07:00
RouteBuilderExtensions.cs Routing DI Changes I: 2014-06-03 16:50:48 -07:00
RoutingSample.Web.kproj Routing DI Changes I: 2014-06-03 16:50:48 -07:00
Startup.cs Routing DI Changes I: 2014-06-03 16:50:48 -07:00
project.json Fixed casing of project.json 2014-05-25 10:05:39 -07:00
web.config Remove hacky self host sample and replace with helios sample. 2014-03-18 16:21:50 -07:00