aspnetcore/test/WebSites/RazorWebSite
Doug Bunting ff19702db5 Remove `WaitService`
- use `MvcTestFixture` instead of `TestHelper`
  - part of #3139
- continue to test e2e interaction of `FlushAsync()` with sections, partials, et cetera
- remove `FlushPointTest.FlushBeforeCallingLayout()`
  - `RazorPageTest.FlushAsync_ThrowsIfTheLayoutHasBeenSet()` unit test covers the scenario
2015-10-28 15:47:16 -07:00
..
Components
Controllers
Models
Services
Shared-Views/ExpanderViews
Views
wwwroot
MyBasePage.cs
NestedViewImportsController.cs
RazorWebSite.xproj
Startup.cs
project.json
readme.md

readme.md

RazorWebSite

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