You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Middleware order section of the ASP.NET Core Middleware doc is overly focused on MVC & Razor Pages. It should instead speak more generically about middleware and endpoint execution.
The details on the MVC & Razor Pages filter pipelines should live in the MVC & Razor Pages docs.
The code examples shown should be based on Blazor instead of MVC & Razor Pages.