This website requires JavaScript.
Explore
Help
Sign In
huahaofeng
/
aspnetcore
Watch
1
Star
0
Fork
You've already forked aspnetcore
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
b196708a3e
aspnetcore
/
test
/
WebSites
/
RazorPagesWebSite
History
Ryan Nowak
49bdcfb150
Updated Razor Pages areas for compatibility switches
2018-01-02 09:48:23 -08:00
..
Areas
Add support for areas to Razor Pages
2017-12-19 15:03:05 -08:00
Controllers
…
Models
…
Pages
Add support for areas to Razor Pages
2017-12-19 15:03:05 -08:00
Services
…
TempData
…
Views
/Shared
Add support for areas to Razor Pages
2017-12-19 15:03:05 -08:00
CustomActionResult.cs
…
DefaultNamespace.cshtml
…
HandlerTestPage.cshtml
…
HelloWorld.cshtml
…
HelloWorldWithAuth.cshtml
…
HelloWorldWithHandler.cshtml
…
HelloWorldWithPageModelAttributeModel.cs
Add support for BadRequest in RazorPages (
#7097
)
2017-12-01 12:03:24 -08:00
HelloWorldWithPageModelAttributeModel.cshtml
…
HelloWorldWithPageModelHandler.cs
Add support for BadRequest in RazorPages (
#7097
)
2017-12-01 12:03:24 -08:00
HelloWorldWithPageModelHandler.cshtml
…
HelloWorldWithRoute.cshtml
…
InjectedPageProperties.cshtml
…
Login.cshtml
…
ModelAsFilter.cs
Provide a way within the Page/PageModel to run code before any handler runs
2017-09-22 09:25:22 -07:00
ModelAsFilter.cshtml
Provide a way within the Page/PageModel to run code before any handler runs
2017-09-22 09:25:22 -07:00
ModelHandlerTestModel.cs
…
ModelHandlerTestPage.cshtml
…
ModelWithAuthFilter.cs
…
ModelWithAuthFilter.cshtml
…
ModelWithPageFilter.cs
Add support for BadRequest in RazorPages (
#7097
)
2017-12-01 12:03:24 -08:00
ModelWithPageFilter.cshtml
…
ModelWithResponseCache.cs
…
ModelWithResponseCache.cshtml
…
NoPage.cshtml
…
OnGetView.cshtml
…
PageWithoutContent.cshtml
…
PathSet.cshtml
…
Program.cs
Add support for areas to Razor Pages
2017-12-19 15:03:05 -08:00
RazorPagesWebSite.csproj
Update samples and tests to target netcoreapp2.1
2017-11-13 14:58:40 -08:00
RedirectToController.cshtml
…
RouteData.cshtml
…
Show.cshtml
…
SimpleForms.cshtml
…
Startup.cs
…
StartupWithBasePath.cs
Updated Razor Pages areas for compatibility switches
2018-01-02 09:48:23 -08:00
TagHelpers.cshtml
…
_Root.cshtml
…
_ViewStart.cshtml
Add support for areas to Razor Pages
2017-12-19 15:03:05 -08:00
readme.md
…
readme.md
RazorPagesWebSite
This web site is used for functional tests of the Razor Pages feature of MVC.