aspnetcore/test/WebSites/RazorPagesWebSite
Doug Bunting a6199bbfba
Add integration and functional tests of `[BindRequired]` on page properties (#8677)
- #7353
2018-10-31 14:15:14 -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 [Fixes #6117] Added RedirectToPage overloads to Controller 2017-04-21 12:19:35 -07:00
Conventions Add DeclaredModelType to Razor pages 2018-01-25 16:00:54 -08:00
Models Use ModelMetadata from actual types for validation 2018-07-02 11:23:16 -07:00
Pages Add integration and functional tests of `[BindRequired]` on page properties (#8677) 2018-10-31 14:15:14 -07:00
Services
TempData Make handler selector more flexible 2018-03-23 14:22:48 -07:00
Views/Shared Add partial helper to Razor Page \ PageModel 2018-07-09 11:01:15 -07: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
HelloWorldWithOptionsHandler.cshtml Handle OPTIONS requests without a handler in Razor Pages (#8528) 2018-10-04 12:25:36 -07:00
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
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 [Fixes #7518] NullReferenceException thrown when Controller method uses Guid parameter default value 2018-03-27 05:22: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
NonWatchingPhysicalFileProvider.cs Add a feature to disable file watching in Razor pages (#8369) 2018-09-06 10:16:31 -07:00
OnGetView.cshtml Rename View() to Page() 2017-04-27 09:27:14 -07:00
PageWithoutContent.cshtml
PathSet.cshtml
PolymorphicModelBinder.cs Use ModelMetadata from actual types for validation 2018-07-02 11:23:16 -07:00
Program.cs Improvements to the MVC testing package 2018-03-19 12:19:45 -07:00
RazorPagesWebSite.csproj Reference Microsoft.NET.Sdk.Razor in projects with Razor files 2018-09-20 13:21:45 -07:00
RedirectToController.cshtml [Fixes #6117] Added RedirectToPage overloads to Controller 2017-04-21 12:19:35 -07:00
RenderPartialWithModel.cs Add partial helper to Razor Page \ PageModel 2018-07-09 11:01:15 -07:00
RenderPartialWithModel.cshtml Add partial helper to Razor Page \ PageModel 2018-07-09 11:01:15 -07:00
RenderPartialWithoutModel.cshtml Add partial helper to Razor Page \ PageModel 2018-07-09 11:01:15 -07:00
RouteData.cshtml
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 Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
StartupWithBasePath.cs Add a feature to disable file watching in Razor pages (#8369) 2018-09-06 10:16:31 -07:00
TagHelpers.cshtml
_Root.cshtml
_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.