aspnetcore/test/WebSites/RazorPagesWebSite
Pranav K 153165f9ad
Handle OPTIONS requests without a handler in Razor Pages (#8528)
* Handle OPTIONS requests without a handler in Razor Pages

Fixes #7438
2018-10-04 12:25:36 -07:00
..
Areas
…
Components
…
Controllers
…
Conventions
…
Models
…
Pages Cherry-pick @pranavkm's functional test for #7562 2018-09-18 11:44:48 -07:00
Services
…
TempData
…
Views/Shared
…
CustomActionResult.cs
…
DefaultNamespace.cshtml
…
HandlerTestPage.cshtml
…
HelloWorld.cshtml
…
HelloWorldWithAuth.cshtml
…
HelloWorldWithHandler.cshtml
…
HelloWorldWithOptionsHandler.cshtml Handle OPTIONS requests without a handler in Razor Pages (#8528) 2018-10-04 12:25:36 -07:00
HelloWorldWithPageModelAttributeModel.cs
…
HelloWorldWithPageModelAttributeModel.cshtml
…
HelloWorldWithPageModelHandler.cs
…
HelloWorldWithPageModelHandler.cshtml
…
HelloWorldWithRoute.cshtml
…
InjectedPageProperties.cshtml
…
ModelAsFilter.cs
…
ModelAsFilter.cshtml
…
ModelHandlerTestModel.cs
…
ModelHandlerTestPage.cshtml
…
ModelWithAuthFilter.cs
…
ModelWithAuthFilter.cshtml
…
ModelWithPageFilter.cs
…
ModelWithPageFilter.cshtml
…
ModelWithResponseCache.cs
…
ModelWithResponseCache.cshtml
…
NoPage.cshtml
…
NonWatchingPhysicalFileProvider.cs
…
OnGetView.cshtml
…
PageWithoutContent.cshtml
…
PathSet.cshtml
…
PolymorphicModelBinder.cs
…
Program.cs
…
RazorPagesWebSite.csproj Reference Microsoft.NET.Sdk.Razor in projects with Razor files 2018-09-20 13:21:45 -07:00
RedirectToController.cshtml
…
RenderPartialWithModel.cs
…
RenderPartialWithModel.cshtml
…
RenderPartialWithoutModel.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.