aspnetcore/test/WebSites/RazorPagesWebSite/Pages
James Newton-King 737464eafa
Merge release/2.2
2018-07-17 22:41:56 +12:00
..
Admin Fix filter order (#6577) 2017-07-21 10:50:34 -07:00
Antiforgery Allow IgnoreAntiForgeryToken applied on Razor Page models to work 2018-06-13 11:59:47 -07:00
ClassLibraryPages CompiledPageRouteModelProvider should de-dup descriptors 2018-03-28 11:24:49 -07:00
Conventions Define semantics for pagemodels 2017-06-29 09:24:57 -07:00
CustomBaseType Make @inherit + Razor Pages + _ViewImports work 2017-09-14 12:34:00 -07:00
CustomPrefix Allow override routes on Pages 2018-01-12 15:57:13 -08:00
Localized Injecting IViewLocalizer into Razor Page causing IndexOutOfRangeException 2017-09-06 13:54:38 -07:00
Namespace
PropertyBinding Use ModelMetadata from actual types for validation 2018-07-02 11:23:16 -07:00
Redirects ./ paths relative on page. 2017-04-25 11:57:58 -07:00
Routes Add page to AnchorTagHelper and FormTagHelper 2017-04-21 18:12:54 -07:00
Section Add a test for #6294 2017-05-24 16:53:30 -07:00
Shared Introduce ViewDataAttribute 2018-03-30 14:19:52 -07:00
TagHelper Fix asp-page-handler to generate form tags correctly. 2017-04-27 10:32:04 -07:00
Validation Add support for top level validation to Razor Pages 2018-02-14 14:39:25 -08:00
ViewData Merge release/2.2 2018-07-17 22:41:56 +12:00
ViewSearch
WithViewImport
WithViewStart _ViewStart.cshtml not picked up when added to the root of the app 2017-06-23 08:25:58 -07:00
CustomModelTypeModel.cshtml Add DeclaredModelType to Razor pages 2018-01-25 16:00:54 -08:00
CustomModelTypeModel.cshtml.cs Add DeclaredModelType to Razor pages 2018-01-25 16:00:54 -08:00
FileFromShared Update default Razor search paths to include ~/[PagesRoot]/Shared 2017-09-11 14:11:39 -07:00
HandlerWithParameter.cshtml Add support for BadRequest in RazorPages (#7097) 2017-12-01 12:03:24 -08:00
HandlerWithParameter.cshtml.cs Add support for BadRequest in RazorPages (#7097) 2017-12-01 12:03:24 -08:00
Index.cshtml
NotTheRoot.cshtml Allow AddPageRoute to route to pages root. (#6412) 2017-06-20 12:33:33 -07:00
SearchInPages.cshtml Update default Razor search paths to include ~/[PagesRoot]/Shared 2017-09-11 14:11:39 -07:00
ShortCircuitPageAtAuthFilter.cshtml [Fixes #7373] Assigning to the context's Result property, when implementing IPageFilter, causes an exception 2018-04-13 15:11:44 -07:00
ShortCircuitPageAtAuthFilter.cshtml.cs [Fixes #7373] Assigning to the context's Result property, when implementing IPageFilter, causes an exception 2018-04-13 15:11:44 -07:00
ShortCircuitPageAtPageFilter.cshtml [Fixes #7373] Assigning to the context's Result property, when implementing IPageFilter, causes an exception 2018-04-13 15:11:44 -07:00
ShortCircuitPageAtPageFilter.cshtml.cs [Fixes #7373] Assigning to the context's Result property, when implementing IPageFilter, causes an exception 2018-04-13 15:11:44 -07:00
TryUpdateModel.cshtml Parity between Controller and Page/PageModel 2017-04-19 15:02:06 -07:00
TryUpdateModelPageModel.cs Parity between Controller and Page/PageModel 2017-04-19 15:02:06 -07:00
TryUpdateModelPageModel.cshtml Parity between Controller and Page/PageModel 2017-04-19 15:02:06 -07:00
TryValidateModel.cshtml Parity between Controller and Page/PageModel 2017-04-19 15:02:06 -07:00
TryValidateModelPageModel.cs Parity between Controller and Page/PageModel 2017-04-19 15:02:06 -07:00
TryValidateModelPageModel.cshtml Parity between Controller and Page/PageModel 2017-04-19 15:02:06 -07:00
ViewDataAvailableAfterHandlerExecuted.cshtml Ensure ViewData is set on PageResult after a handler method executes 2018-04-18 11:44:04 -07:00
ViewDataAvailableAfterHandlerExecuted.cshtml.cs Ensure ViewData is set on PageResult after a handler method executes 2018-04-18 11:44:04 -07:00
_Parent.cshtml
_ViewImports.cshtml