aspnetcore/test/WebSites/RazorPagesWebSite
Ryan Brandenburg 4a20c849cb Add functional test for Page.View() (#5896) 2017-03-06 16:19:41 -08:00
..
Pages Add a PagesOption type that allows configuring the root for Page file discovery 2017-03-03 17:20:07 -08:00
TempData Add TempData property and some functional tests 2017-02-22 08:14:02 -08:00
HelloWorld.cshtml Adding some basic functional tests 2017-02-21 16:41:25 -08:00
HelloWorldWithAuth.cshtml Add convenience extension methods for IPageApplicationModelConvention 2017-03-02 17:38:04 -08:00
HelloWorldWithHandler.cshtml Adding some basic functional tests 2017-02-21 16:41:25 -08:00
HelloWorldWithPageModelHandler.cs Adding some basic functional tests 2017-02-21 16:41:25 -08:00
HelloWorldWithPageModelHandler.cshtml Adding some basic functional tests 2017-02-21 16:41:25 -08:00
HelloWorldWithRoute.cshtml Trim quotes from template (#5838) 2017-03-03 09:52:36 -08:00
Login.cshtml Add convenience extension methods for IPageApplicationModelConvention 2017-03-02 17:38:04 -08:00
NoPage.cshtml Trim quotes from template (#5838) 2017-03-03 09:52:36 -08:00
OnGetView.cshtml Add functional test for Page.View() (#5896) 2017-03-06 16:19:41 -08:00
PageWithoutContent.cshtml Trim quotes from template (#5838) 2017-03-03 09:52:36 -08:00
Program.cs
RazorPagesWebSite.csproj Add a PagesOption type that allows configuring the root for Page file discovery 2017-03-03 17:20:07 -08:00
Startup.cs Add convenience extension methods for IPageApplicationModelConvention 2017-03-02 17:38:04 -08:00
StartupWithBasePath.cs Add a PagesOption type that allows configuring the root for Page file discovery 2017-03-03 17:20:07 -08:00
readme.md

readme.md

RazorPagesWebSite

This web site is used for functional tests of the Razor Pages feature of MVC.