Manipulate response in web api in .net Core MVC Pipeline - Solution 1
Using Action Filter to clear the output formatter
May 16, 20223 min read81

Search for a command to run...

Series
A 3 part series to talk about my experiment with trying to intercept and manipulate the response in .net core.
Using Action Filter to clear the output formatter

Using Action Filters for the endpoints and manually serializing the output

Create Action Filters for the two endpoints also created two output formatters
