aspnetcore/test/WebSites/RazorPagesWebSite
Javier Calvarro Nelson 7127bb5dbb Add DeclaredModelType to Razor pages
* This allows razor pages to override their model type with a model that
  extends the declared model type through the page application model.
2018-01-25 16:00:54 -08:00
..
Areas Add PageConvention overloads for areas 2018-01-18 08:21:21 -08:00
Controllers
Conventions Add DeclaredModelType to Razor pages 2018-01-25 16:00:54 -08:00
Models
Pages Add DeclaredModelType to Razor pages 2018-01-25 16:00:54 -08:00
Services
TempData
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
Login.cshtml
ModelAsFilter.cs
ModelAsFilter.cshtml
ModelHandlerTestModel.cs
ModelHandlerTestPage.cshtml
ModelWithAuthFilter.cs
ModelWithAuthFilter.cshtml
ModelWithPageFilter.cs
ModelWithPageFilter.cshtml
ModelWithResponseCache.cs
ModelWithResponseCache.cshtml
NoPage.cshtml
OnGetView.cshtml
PageWithoutContent.cshtml
PathSet.cshtml
Program.cs
RazorPagesWebSite.csproj
RedirectToController.cshtml
RouteData.cshtml
Show.cshtml
SimpleForms.cshtml
Startup.cs Add DeclaredModelType to Razor pages 2018-01-25 16:00:54 -08:00
StartupWithBasePath.cs Add DeclaredModelType to Razor pages 2018-01-25 16:00:54 -08: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.