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 Allow @model specified in a page work with @inherits directive in 2015-09-23 12:10:10 -07:00
Controllers Allow @model specified in a page work with @inherits directive in 2015-09-23 12:10:10 -07:00
Models
Services Remove `WaitService` 2015-10-28 15:47:16 -07:00
Shared-Views/ExpanderViews
Views Remove `WaitService` 2015-10-28 15:47:16 -07:00
wwwroot
MyBasePage.cs
NestedViewImportsController.cs
RazorWebSite.xproj
Startup.cs React to aspnet/Localization#111 2015-10-23 01:47:29 -07:00
project.json Remove Microsoft.AspNet.Server.IIS from test Websites 2015-10-24 08:04:00 -07:00
readme.md

readme.md

RazorWebSite

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