aspnetcore/test/WebSites/RazorPagesWebSite
Jass Bagga 0bb3f18049
Add support for BadRequest in RazorPages (#7097)
Addresses #7095
2017-12-01 12:03:24 -08:00
..
Controllers
Models
Pages Add support for BadRequest in RazorPages (#7097) 2017-12-01 12:03:24 -08:00
Services
TempData
Views/Shared Update default Razor search paths to include ~/[PagesRoot]/Shared 2017-09-11 14:11:39 -07:00
CustomActionResult.cs
DefaultNamespace.cshtml
HandlerTestPage.cshtml
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
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
ModelHandlerTestPage.cshtml
ModelWithAuthFilter.cs
ModelWithAuthFilter.cshtml
ModelWithPageFilter.cs Add support for BadRequest in RazorPages (#7097) 2017-12-01 12:03:24 -08:00
ModelWithPageFilter.cshtml
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
PageWithoutContent.cshtml
PathSet.cshtml
Program.cs
RazorPagesWebSite.csproj Update samples and tests to target netcoreapp2.1 2017-11-13 14:58:40 -08:00
RedirectToController.cshtml
RouteData.cshtml
Show.cshtml
SimpleForms.cshtml
Startup.cs Added new extension methods to configure all MVC localization services 2017-09-18 14:28:55 -07:00
StartupWithBasePath.cs
TagHelpers.cshtml
_Root.cshtml
_ViewStart.cshtml
readme.md

readme.md

RazorPagesWebSite

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