aspnetcore/test/WebSites/RazorPagesWebSite
Pranav K 287a3c5e69 Allow IgnoreAntiForgeryToken applied on Razor Page models to work
Fixes #7795
2018-06-13 11:59:47 -07:00
..
Areas Add PageConvention overloads for areas 2018-01-18 08:21:21 -08:00
Components Introduce ViewDataAttribute 2018-03-30 14:19:52 -07:00
Controllers
Conventions Add DeclaredModelType to Razor pages 2018-01-25 16:00:54 -08:00
Models
Pages Allow IgnoreAntiForgeryToken applied on Razor Page models to work 2018-06-13 11:59:47 -07:00
Services
TempData Make handler selector more flexible 2018-03-23 14:22:48 -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
HelloWorld.cshtml Adding some basic functional tests 2017-02-21 16:41:25 -08:00
HelloWorldWithAuth.cshtml
HelloWorldWithHandler.cshtml Adding some basic functional tests 2017-02-21 16:41:25 -08:00
HelloWorldWithPageModelAttributeModel.cs
HelloWorldWithPageModelAttributeModel.cshtml
HelloWorldWithPageModelHandler.cs
HelloWorldWithPageModelHandler.cshtml Make test of @page/@model whitespace 2017-03-20 10:36:58 -07:00
HelloWorldWithRoute.cshtml
InjectedPageProperties.cshtml
ModelAsFilter.cs
ModelAsFilter.cshtml
ModelHandlerTestModel.cs [Fixes #7518] NullReferenceException thrown when Controller method uses Guid parameter default value 2018-03-27 05:22:20 -07:00
ModelHandlerTestPage.cshtml
ModelWithAuthFilter.cs
ModelWithAuthFilter.cshtml Add support for specifying filters on page models. 2017-06-28 14:43:02 -07:00
ModelWithPageFilter.cs
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 Rename View() to Page() 2017-04-27 09:27:14 -07:00
PageWithoutContent.cshtml
PathSet.cshtml
Program.cs Improvements to the MVC testing package 2018-03-19 12:19:45 -07:00
RazorPagesWebSite.csproj CompiledPageRouteModelProvider should de-dup descriptors 2018-03-28 11:24:49 -07:00
RedirectToController.cshtml
RouteData.cshtml Add functional tests for RazorPage routes 2017-04-04 11:14:52 -07:00
Show.cshtml Fix issues with RazorCompileOnBuild=true being default 2018-03-09 14:39:18 -08:00
SimpleForms.cshtml Update how `FormTagHelper` handles `get` method attributes. 2017-04-25 15:17:15 -07:00
Startup.cs Add compatibility switch controlling parameter metadata and top-level validation 2018-03-26 12:29:04 -07:00
StartupWithBasePath.cs Add compatibility switch controlling parameter metadata and top-level validation 2018-03-26 12:29:04 -07: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.