aspnetcore/test/WebSites/RazorWebSite
Ryan Nowak 9d89a8cac3 Homogenize MVC startup code patterns
Use builder APIS for both AddMvc() and AddMvcCore()
Change various API patterns to all use .AddXyz(...) off of one or both of
these builders.
2015-08-16 18:48:24 -07:00
..
Components Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Controllers Added default `UrlResolutionTagHelper` to resolve app relative URLs. 2015-08-03 16:00:33 -07:00
Models Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Services Added LanguageViewLocationExpander into framework and removed it from samples 2015-06-04 14:06:08 -07:00
Shared-Views/ExpanderViews
Views Add `srcset` to list of application relative resolvable URLs. 2015-08-14 15:58:02 -07:00
wwwroot
MyBasePage.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
NestedViewImportsController.cs Rename _GlobalImport.cshtml files to _ViewImports.cshtml 2015-05-21 12:27:08 -07:00
RazorWebSite.xproj Update .xproj files for Microsoft.Web.AspNet.* -> Microsoft.DNX.* rename 2015-04-02 13:49:27 -07:00
Startup.cs Homogenize MVC startup code patterns 2015-08-16 18:48:24 -07:00
project.json React to Kestrel rename 2015-08-11 16:30:03 -07:00
readme.md

readme.md

RazorWebSite

This web site illustrates use cases for razor view engine, partials and view components.