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. |
||
|---|---|---|
| .. | ||
| Controllers | ||
| wwwroot | ||
| Startup.cs | ||
| TestResponseGenerator.cs | ||
| VersionAttribute.cs | ||
| VersionDeleteAttribute.cs | ||
| VersionGetAttribute.cs | ||
| VersionPostAttribute.cs | ||
| VersionPutAttribute.cs | ||
| VersionRangeValidator.cs | ||
| VersionRoute.cs | ||
| VersioningWebSite.xproj | ||
| project.json | ||
| readme.md | ||
readme.md
VersioningWebSite
This web site illustrates how to implement a versioning policy using action constraints.