aspnetcore/test/WebSites/RazorPagesWebSite
Pranav K f80490f99d
Remove runtime compilation from Mvc.Razor (#8755)
* Remove runtime compilation from Mvc.Razor
* Remove RazorViewEngineOptions.FileProviders
2018-11-21 17:14:12 -08:00
..
Areas
…
Components Introduce ViewDataAttribute 2018-03-30 14:19:52 -07:00
Controllers
…
Conventions
…
Models Use ModelMetadata from actual types for validation 2018-07-02 11:23:16 -07:00
Pages Add integration and functional tests of `[BindRequired]` on page properties (#8677) 2018-10-31 14:15:14 -07:00
Services
…
TempData
…
Views/Shared Add partial helper to Razor Page \ PageModel 2018-07-09 11:01:15 -07:00
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 [Fixes #7518] NullReferenceException thrown when Controller method uses Guid parameter default value 2018-03-27 05:22:20 -07:00
ModelHandlerTestPage.cshtml
…
ModelWithAuthFilter.cs
…
ModelWithAuthFilter.cshtml
…
ModelWithPageFilter.cs
…
ModelWithPageFilter.cshtml
…
ModelWithResponseCache.cs
…
ModelWithResponseCache.cshtml
…
NoPage.cshtml
…
OnGetView.cshtml
…
PageWithoutContent.cshtml
…
PathSet.cshtml
…
PolymorphicModelBinder.cs Use ModelMetadata from actual types for validation 2018-07-02 11:23:16 -07:00
Program.cs
…
RazorPagesWebSite.csproj Update projects and packages to target netcoreapp3.0 (aspnet/Mvc#8734) 2018-11-16 16:28:35 -08:00
RedirectToController.cshtml
…
RenderPartialWithModel.cs Add partial helper to Razor Page \ PageModel 2018-07-09 11:01:15 -07:00
RenderPartialWithModel.cshtml Add partial helper to Razor Page \ PageModel 2018-07-09 11:01:15 -07:00
RenderPartialWithoutModel.cshtml Add partial helper to Razor Page \ PageModel 2018-07-09 11:01:15 -07:00
RouteData.cshtml
…
Show.cshtml
…
SimpleForms.cshtml
…
Startup.cs Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
StartupWithBasePath.cs Remove runtime compilation from Mvc.Razor (#8755) 2018-11-21 17:14:12 -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.