- Move the Mvc.Performance project from test/ to benchmarks/. - Remove the Version attribute on PackageReference. - Add a reference to two PackageLineup's. - Add snippet to README explaining the additional requirement to run build.cmd /t:restore. - Add a target to check that packages have been pinned. |
||
|---|---|---|
| .. | ||
| Controllers | ||
| Models | ||
| Pages | ||
| 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 | ||
| 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 | ||
| StartupWithBasePath.cs | ||
| 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.