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. |
||
|---|---|---|
| .. | ||
| DelegateRouteEndpoint.cs | ||
| DictionaryExtensions.cs | ||
| PrefixRoute.cs | ||
| RouteBuilderExtensions.cs | ||
| RoutingSample.Web.kproj | ||
| Startup.cs | ||
| project.json | ||
| web.config | ||