Manipulate response in web api in .net Core MVC Pipeline - Solution 3
Create Action Filters for the two endpoints also created two output formatters
May 24, 20223 min read93

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.
Create Action Filters for the two endpoints also created two output formatters

Using Action Filters for the endpoints and manually serializing the output

Using Action Filter to clear the output formatter
