aspnetcore/test/WebSites/RazorPagesWebSite
Ryan Nowak 19331f9532 Adding some basic functional tests
I ran into a blocking issue where page handlers aren't picked up, so I
fixed it. Logging another issue to follow up with better tests for this.
2017-02-21 16:41:25 -08:00
..
HelloWorld.cshtml Adding some basic functional tests 2017-02-21 16:41:25 -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 Adding some basic functional tests 2017-02-21 16:41:25 -08:00
Program.cs Adding a functional test project for Razor Pages 2017-02-21 08:25:30 -08:00
RazorPagesWebSite.xproj Adding a functional test project for Razor Pages 2017-02-21 08:25:30 -08:00
Startup.cs Adding a functional test project for Razor Pages 2017-02-21 08:25:30 -08:00
project.json Adding a functional test project for Razor Pages 2017-02-21 08:25:30 -08:00
readme.md Adding a functional test project for Razor Pages 2017-02-21 08:25:30 -08:00
web.config Adding a functional test project for Razor Pages 2017-02-21 08:25:30 -08:00

readme.md

RazorPagesWebSite

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