aspnetcore/test/WebSites/RazorPagesWebSite
Pranav K 4f1b7ccca6 Use ModelMetadata from actual types for validation
Fixes https://github.com/aspnet/Mvc/issues/7952
2018-07-12 12:46:49 -07:00
..
Areas
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 Use ModelMetadata from actual types for validation 2018-07-12 12:46:49 -07:00
Pages Use ModelMetadata from actual types for validation 2018-07-12 12:46:49 -07:00
Services
TempData Make handler selector more flexible 2018-03-23 14:22:48 -07:00
Views/Shared
CustomActionResult.cs
DefaultNamespace.cshtml
HandlerTestPage.cshtml
HelloWorld.cshtml
HelloWorldWithAuth.cshtml
HelloWorldWithHandler.cshtml
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
ModelWithAuthFilter.cs
ModelWithAuthFilter.cshtml
ModelWithPageFilter.cs
ModelWithPageFilter.cshtml
ModelWithResponseCache.cs
ModelWithResponseCache.cshtml
NoPage.cshtml
OnGetView.cshtml
PageWithoutContent.cshtml
PathSet.cshtml
PolymorphicModelBinder.cs Use ModelMetadata from actual types for validation 2018-07-12 12:46:49 -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
RouteData.cshtml
Show.cshtml Fix issues with RazorCompileOnBuild=true being default 2018-03-09 14:39:18 -08:00
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.