aspnetcore/test/WebSites/RazorWebSite
Kiran Challa 47287c508e Added new extension methods to configure all MVC localization services
[Fixes #5436] Must call `AddViewLocalization()` to use `IStringLocalizer<T>` in an application
2017-09-18 14:28:55 -07:00
..
Components
Controllers Update default Razor search paths to include ~/[PagesRoot]/Shared 2017-09-11 14:11:39 -07:00
EmbeddedResources/Views Normalize paths in RazorViewEngine prior to invoking page factory 2017-09-07 11:36:31 -07:00
Models
Pages/Shared Update default Razor search paths to include ~/[PagesRoot]/Shared 2017-09-11 14:11:39 -07:00
Services Normalize paths returned by view location expanders 2017-06-27 08:48:07 -07:00
Shared-Views/ExpanderViews
Views Update default Razor search paths to include ~/[PagesRoot]/Shared 2017-09-11 14:11:39 -07:00
MyBasePage.cs Added PushWriter and PopWriter to RazorPageBase 2017-05-11 15:21:42 -07:00
NestedViewImportsController.cs
RazorWebSite.csproj Normalize paths in RazorViewEngine prior to invoking page factory 2017-09-07 11:36:31 -07:00
Startup.cs Added new extension methods to configure all MVC localization services 2017-09-18 14:28:55 -07:00
readme.md

readme.md

RazorWebSite

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