aspnetcore/test/WebSites/RazorPagesWebSite
Pranav K 1c5e417606 Change TFM to netcoreapp2.0 (#6234)
* Change TFM to netcoreapp2.0
2017-05-04 18:11:26 -07:00
..
Controllers [Fixes #6117] Added RedirectToPage overloads to Controller 2017-04-21 12:19:35 -07:00
Models Support model binding to Razor Pages properties on page and PageModel classes 2017-03-24 07:45:19 -07:00
Pages Fix asp-page-handler to generate form tags correctly. 2017-04-27 10:32:04 -07:00
Services
TempData Rename View() to Page() 2017-04-27 09:27:14 -07:00
Views/Shared Implement view search for pages 2017-04-18 16:11:24 -07:00
CustomActionResult.cs
DefaultNamespace.cshtml
HandlerTestPage.cshtml Rename View() to Page() 2017-04-27 09:27:14 -07: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
HelloWorldWithPageModelHandler.cs
HelloWorldWithPageModelHandler.cshtml
HelloWorldWithRoute.cshtml
InjectedPageProperties.cshtml Add properties to Page and PageModel 2017-03-28 13:26:38 -07:00
Login.cshtml
ModelHandlerTestModel.cs Rename View() to Page() 2017-04-27 09:27:14 -07:00
ModelHandlerTestPage.cshtml
NoPage.cshtml
OnGetView.cshtml Rename View() to Page() 2017-04-27 09:27:14 -07:00
PageWithoutContent.cshtml Trim quotes from template (#5838) 2017-03-03 09:52:36 -08:00
PathSet.cshtml
Program.cs Adding a functional test project for Razor Pages 2017-02-21 08:25:30 -08:00
RazorPagesWebSite.csproj Change TFM to netcoreapp2.0 (#6234) 2017-05-04 18:11:26 -07:00
RedirectToController.cshtml
RouteData.cshtml Add functional tests for RazorPage routes 2017-04-04 11:14:52 -07:00
Show.cshtml
SimpleForms.cshtml Update how `FormTagHelper` handles `get` method attributes. 2017-04-25 15:17:15 -07:00
Startup.cs Make /Pages the default root for pages. 2017-04-24 15:46:32 -07:00
StartupWithBasePath.cs Make /Pages the default root for pages. 2017-04-24 15:46:32 -07:00
TagHelpers.cshtml
_Root.cshtml
readme.md

readme.md

RazorPagesWebSite

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