ActionBindingContext This change replaces IScopedInstance<T> in favor or IActionContextAccessor and IActionBindingContextAccessor. In the spirit of IHttpContextAccessor, these are both singletons which use AsyncLocal for storage. This change allows the invoker factory to be cached which results in some significant perf gains. |
||
|---|---|---|
| .. | ||
| Areas | ||
| Controllers | ||
| wwwroot | ||
| CountryNeutralAttribute.cs | ||
| CountrySpecificAttribute.cs | ||
| HttpMergeAttribute.cs | ||
| RoutingWebSite.xproj | ||
| Startup.cs | ||
| TestResponseGenerator.cs | ||
| project.json | ||
| readme.md | ||
readme.md
RoutingWebSite
This web site illustrates how to use conventional and attribute routes.