Manipulate response in web api in .net Core MVC Pipeline - Solution 1
I ran into a problem where I had a web api and the endpoints had to serve data in XML format for two different vendors. The result of both the endpoints is the same object and data but with some minor differences like namespaces.
I didn't want to go...
blog.rbipin.com3 min read