ASP.NET Core: Result Filters - The Response Shaper
Jan 12 · 5 min read · 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...
Join discussion