aspnetcore/test/WebSites/UrlHelperWebSite
Ryan Nowak 89a8d0e36c Remove IScopedInstance - use AsyncLocal for ActionContext and
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.
2015-08-13 15:58:29 -07:00
..
Content
Controllers
Views
wwwroot
AppOptions.cs
CustomUrlHelper.cs Remove IScopedInstance - use AsyncLocal for ActionContext and 2015-08-13 15:58:29 -07:00
Startup.cs
UrlHelperWebSite.xproj
project.json React to Kestrel rename 2015-08-11 16:30:03 -07:00
readme.md

readme.md

UrlHelperWebSite

This web site illustrates how to register a CustomURLHelper which can based on configuration, generate content urls pointing to local or a CDN server and generate lower case urls.