ASP.NET Core: Result Filters - The Response Shaper
Result Filters (IResultFilter, IAsyncResultFilter) are the final gatekeepers in the MVC pipeline. They execute strictly after the Controller Action has returned an IActionResult, but before that result is actually serialized and sent to the client.
W...
aspnetcore.hashnode.dev5 min read