We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Last Updated: 10/29/2018
Copy from aspnet/Announcements#288 - order rearranged by priority. ASP.NET Core 2.1 roadmap blog 2.1 Project Page
The following high-level features are planned for the ASP.NET Core 2.1 release:
@DamianEdwards
[Required]
---------------- Issues not in aspnet/Announcements#288 -------
@guardrex
IPageFilter
PageModel
OnPageHandlerExecuting
OnPageHandlerExecuted
The text was updated successfully, but these errors were encountered:
@Rick-Anderson we're missing docs for IPageFilter and filter methods on PageModel. Would this be an appropriate issue to track these docs?
Sorry, something went wrong.
@pranavkm Thanks! Added to the list and put you down as the contact. Do we have any information to get us jump started?
I wrote some in the same vein as IActionFilter: dotnet/aspnetcore#2981 (comment)
IActionFilter
Closing as this doesn't have much useful info.
Rick-Anderson
No branches or pull requests
Last Updated: 10/29/2018
Copy from aspnet/Announcements#288 - order rearranged by priority.
ASP.NET Core 2.1 roadmap blog
2.1 Project Page
The following high-level features are planned for the ASP.NET Core 2.1 release:
logic, timeouts and circuit breakers (HttpClientFactory 2.1 feature aspnet/HttpClientFactory#42)
@DamianEdwards
on the Standup 👉 https://youtu.be/-EgE79M3tuc?t=36m20s See this[Required]
Document [Required] attribute for Razor Pages properties #5834 - @Rick-Anderson (will be in preview2) 👉 https://youtu.be/-EgE79M3tuc?t=45m25s---------------- Issues not in aspnet/Announcements#288 -------
@guardrex
.....
IPageFilter
and filter methods onPageModel
Document IPageFilter and filter methods on PageModel #5754-- contact @pranavkm Related remarks in the Standup 👉 👉 https://youtu.be/-EgE79M3tuc?t=43m16s * Code that runs before or after every handler (OnPageHandlerExecuting
/OnPageHandlerExecuted
) 👉 https://youtu.be/-EgE79M3tuc?t=43m16sThe text was updated successfully, but these errors were encountered: