aspnetcore/test/WebSites/RazorPagesWebSite
Pranav K 8df3032540 Add support for specifying filters on page models.
Fixes #6334
2017-06-28 14:43:02 -07:00
..
Controllers
Models
Pages Add support for specifying filters on page models. 2017-06-28 14:43:02 -07:00
Services
TempData
Views/Shared
CustomActionResult.cs
DefaultNamespace.cshtml
HandlerTestPage.cshtml Remove TaskCache and TaskCacheOfT 2017-06-08 08:19:20 -07:00
HelloWorld.cshtml
HelloWorldWithAuth.cshtml
HelloWorldWithHandler.cshtml
HelloWorldWithPageModelHandler.cs Add support for specifying filters on page models. 2017-06-28 14:43:02 -07:00
HelloWorldWithPageModelHandler.cshtml
HelloWorldWithRoute.cshtml
InjectedPageProperties.cshtml
Login.cshtml
ModelHandlerTestModel.cs Remove TaskCache and TaskCacheOfT 2017-06-08 08:19:20 -07:00
ModelHandlerTestPage.cshtml
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 specifying filters on page models. 2017-06-28 14:43:02 -07:00
ModelWithPageFilter.cshtml Add support for specifying filters on page models. 2017-06-28 14:43:02 -07:00
NoPage.cshtml
OnGetView.cshtml
PageWithoutContent.cshtml
PathSet.cshtml
Program.cs
RazorPagesWebSite.csproj
RedirectToController.cshtml
RouteData.cshtml
Show.cshtml
SimpleForms.cshtml
Startup.cs Allow AddPageRoute to route to pages root. (#6412) 2017-06-20 12:33:33 -07:00
StartupWithBasePath.cs
TagHelpers.cshtml
_Root.cshtml
_ViewStart.cshtml _ViewStart.cshtml not picked up when added to the root of the app 2017-06-23 08:25:58 -07:00
readme.md

readme.md

RazorPagesWebSite

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