aspnetcore/test/WebSites/UrlHelperWebSite
Ryan Nowak a318c4599a API Review - Split up .Actions
Abstractions - Core MVC extensibility

Controllers - MVC implementations of .Abstractions and supporting
contracts

Infrastructure - General purpose support APIs. Metadata APIs that don't
fit clearly with a feature or with .Abstraction
2015-09-21 21:54:02 -07:00
..
Content
Controllers Move less-commonly used types out of .Rendering 2015-09-16 23:52:29 -07:00
Views
wwwroot
AppOptions.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
CustomUrlHelper.cs API Review - Split up .Actions 2015-09-21 21:54:02 -07:00
Startup.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
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.