aspnetcore/test/WebSites/RazorWebSite
Doug Bunting cda2c6781c Use stable locale when testing date/time formats
- `CultureReplacerMiddleware` no longer helping `RazorWebSite`
 - regressed with @30d11a8
- `[ReplaceCulture]` sets up the correct culture early enough for consistent formatting
- remove `CultureReplacerMiddleware` from `RazorWebSite`
 - only `Startup` class we have that used this with `RequestLocalizationMiddleware`
 - testing `RequestLocalizationMiddleware`; so remove the confusing extra middleware
2015-06-05 14:25:51 -07:00
..
Components
Controllers
Models
Services Added LanguageViewLocationExpander into framework and removed it from samples 2015-06-04 14:06:08 -07:00
Shared-Views/ExpanderViews
Views Added LanguageViewLocationExpander into framework and removed it from samples 2015-06-04 14:06:08 -07:00
wwwroot
MyBasePage.cs
NestedViewImportsController.cs
RazorWebSite.xproj
Startup.cs Use stable locale when testing date/time formats 2015-06-05 14:25:51 -07:00
project.json Added LanguageViewLocationExpander into framework and removed it from samples 2015-06-04 14:06:08 -07:00
readme.md

readme.md

RazorWebSite

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