Open GingerMoon opened 2 years ago
@captainsafia please review
I think the distinction here is a matter of semantics. The filters do run within the MVC action invocation pipeline and the invocations can be triggered from the endpoint middleware. The part that might be confusing is referring to it as the filter pipeline, since that doesn't make it clear that it's happening as part of the action invocation.
[Enter feedback here]
"Filters run within the ASP.NET Core action invocation pipeline, sometimes referred to as the filter pipeline. " This description seems to be conflict with the diagram (copied from the official site):
Filters seems to run inside the Endpoint middleware.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.