aspnetcore/test/WebSites/RazorPagesWebSite
Pranav K b62499e02c
Ensure PageContext.ViewData and ViewContext.ViewData are the same instance
Fixes #7675
2018-07-16 11:16:03 -07:00
..
Areas
Components Introduce ViewDataAttribute 2018-03-30 14:19:52 -07:00
Controllers
Conventions
Models Use ModelMetadata from actual types for validation 2018-07-02 11:23:16 -07:00
Pages Ensure PageContext.ViewData and ViewContext.ViewData are the same instance 2018-07-16 11:16:03 -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
HelloWorld.cshtml
HelloWorldWithAuth.cshtml Add convenience extension methods for IPageApplicationModelConvention 2017-03-02 17:38:04 -08:00
HelloWorldWithHandler.cshtml Adding some basic functional tests 2017-02-21 16:41:25 -08:00
HelloWorldWithPageModelAttributeModel.cs
HelloWorldWithPageModelAttributeModel.cshtml
HelloWorldWithPageModelHandler.cs
HelloWorldWithPageModelHandler.cshtml
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 Rename form-action -> handler 2017-04-24 14:15:35 -07:00
ModelWithAuthFilter.cs
ModelWithAuthFilter.cshtml Add support for specifying filters on page models. 2017-06-28 14:43:02 -07:00
ModelWithPageFilter.cs
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
NoPage.cshtml
OnGetView.cshtml
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 CompiledPageRouteModelProvider should de-dup descriptors 2018-03-28 11:24:49 -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
SimpleForms.cshtml
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
_ViewStart.cshtml
readme.md

readme.md

RazorPagesWebSite

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