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 read

Search for a command to run...
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
