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
RazorPagesWebSite.xproj
Startup.cs
project.json
readme.md
web.config

readme.md

RazorPagesWebSite

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