aspnetcore/test/WebSites/RazorPagesWebSite
Nate McMaster 3bfb023679 Update how PackageReference versions are set
Changes:
 - Remove floating versions
 - Disable myget feeds during a Universe build
 - Use package-specific MSBuild variables. Pattern = `packageId.Pascalize() + "PackageVersion"`, with a few exceptions.
2017-10-09 11:11:24 -07:00
..
Controllers
Models
Pages Injecting IViewLocalizer into Razor Page causing IndexOutOfRangeException 2017-09-15 15:58:32 -07:00
Services
TempData
Views/Shared
CustomActionResult.cs
DefaultNamespace.cshtml
HandlerTestPage.cshtml
HelloWorld.cshtml
HelloWorldWithAuth.cshtml
HelloWorldWithHandler.cshtml
HelloWorldWithPageModelAttributeModel.cs Define semantics for pagemodels 2017-06-29 09:24:57 -07:00
HelloWorldWithPageModelAttributeModel.cshtml Define semantics for pagemodels 2017-06-29 09:24:57 -07:00
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
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 Define semantics for pagemodels 2017-06-29 09:24:57 -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 Update how PackageReference versions are set 2017-10-09 11:11:24 -07:00
RedirectToController.cshtml
RouteData.cshtml
Show.cshtml
SimpleForms.cshtml
Startup.cs Injecting IViewLocalizer into Razor Page causing IndexOutOfRangeException 2017-09-15 15:58:32 -07:00
StartupWithBasePath.cs React to auth default changes 2017-07-07 12:08:11 -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.