C# Alternate ways to intercept and manipulate Response in Asp.Net Core- Part 3 The ProblemI have a web API with two endpoints, the endpoints serve mapped data in XML format for two different vendors. The result of both the endpoints is the same object but there are some differences like namespaces. The problem is how to return
C# Alternate ways to intercept and manipulate response in Asp.Net core - Part 2 The Problem:I have a web API with two endpoints, the endpoints serve data in XML format for two different vendors. The result of both the endpoints is the same object but there are some differences like namespaces. The problem is how to return
C# Alternate ways to intercept and manipulate response in Asp.Net core- Part 1 I'm going to make this post kind of a problem and solution post. In my pursuit to solve my problem, I stumbled upon three different solutions. I'm going to make each of these solutions a different post/ part. I will also discuss the pros