aspnetcore/test/WebSites/RazorPagesWebSite
Ryan Nowak 49bdcfb150 Updated Razor Pages areas for compatibility switches 2018-01-02 09:48:23 -08:00
..
Areas Add support for areas to Razor Pages 2017-12-19 15:03:05 -08:00
Controllers [Fixes #6117] Added RedirectToPage overloads to Controller 2017-04-21 12:19:35 -07:00
Models
Pages Add support for areas to Razor Pages 2017-12-19 15:03:05 -08:00
Services
TempData Rename View() to Page() 2017-04-27 09:27:14 -07:00
Views/Shared Add support for areas to Razor Pages 2017-12-19 15:03:05 -08:00
CustomActionResult.cs
DefaultNamespace.cshtml
HandlerTestPage.cshtml Remove TaskCache and TaskCacheOfT 2017-06-08 08:19:20 -07:00
HelloWorld.cshtml
HelloWorldWithAuth.cshtml
HelloWorldWithHandler.cshtml
HelloWorldWithPageModelAttributeModel.cs Add support for BadRequest in RazorPages (#7097) 2017-12-01 12:03:24 -08:00
HelloWorldWithPageModelAttributeModel.cshtml Define semantics for pagemodels 2017-06-29 09:24:57 -07:00
HelloWorldWithPageModelHandler.cs Add support for BadRequest in RazorPages (#7097) 2017-12-01 12:03:24 -08:00
HelloWorldWithPageModelHandler.cshtml
HelloWorldWithRoute.cshtml
InjectedPageProperties.cshtml
Login.cshtml
ModelAsFilter.cs Provide a way within the Page/PageModel to run code before any handler runs 2017-09-22 09:25:22 -07:00
ModelAsFilter.cshtml Provide a way within the Page/PageModel to run code before any handler runs 2017-09-22 09:25:22 -07:00
ModelHandlerTestModel.cs Remove TaskCache and TaskCacheOfT 2017-06-08 08:19:20 -07:00
ModelHandlerTestPage.cshtml Rename form-action -> handler 2017-04-24 14:15:35 -07:00
ModelWithAuthFilter.cs Add support for specifying filters on page models. 2017-06-28 14:43:02 -07:00
ModelWithAuthFilter.cshtml Add support for specifying filters on page models. 2017-06-28 14:43:02 -07:00
ModelWithPageFilter.cs Add support for BadRequest in RazorPages (#7097) 2017-12-01 12:03:24 -08:00
ModelWithPageFilter.cshtml Add support for specifying filters on page models. 2017-06-28 14:43:02 -07:00
ModelWithResponseCache.cs Add support for ResponseCache in Razor Pages 2017-08-18 16:25:40 -07:00
ModelWithResponseCache.cshtml Add support for ResponseCache in Razor Pages 2017-08-18 16:25:40 -07:00
NoPage.cshtml
OnGetView.cshtml Rename View() to Page() 2017-04-27 09:27:14 -07:00
PageWithoutContent.cshtml
PathSet.cshtml
Program.cs Add support for areas to Razor Pages 2017-12-19 15:03:05 -08:00
RazorPagesWebSite.csproj Update samples and tests to target netcoreapp2.1 2017-11-13 14:58:40 -08:00
RedirectToController.cshtml [Fixes #6117] Added RedirectToPage overloads to Controller 2017-04-21 12:19:35 -07:00
RouteData.cshtml
Show.cshtml
SimpleForms.cshtml Update how `FormTagHelper` handles `get` method attributes. 2017-04-25 15:17:15 -07:00
Startup.cs Added new extension methods to configure all MVC localization services 2017-09-18 14:28:55 -07:00
StartupWithBasePath.cs Updated Razor Pages areas for compatibility switches 2018-01-02 09:48:23 -08:00
TagHelpers.cshtml
_Root.cshtml Implement view search for pages 2017-04-18 16:11:24 -07:00
_ViewStart.cshtml Add support for areas to Razor Pages 2017-12-19 15:03:05 -08:00
readme.md

readme.md

RazorPagesWebSite

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