In this post, we’ll explore how ASP.NET implements content negotiation. I’ll show how to customize the behavior and get full control. The associated example code shows how to use what ASP.NET Core provides, but please stick around for part 3-5, where we make things much better. Part 2/5 - Content Negotiation Series
What is Content Negotiation and Why Should ASP.NET Core REST APIs Use It? (Part 1)
Content Negotiation is a powerful and core part of HTTP, but vastly under-utilized in ASP.NET Web APIs. This post covers what it is and why you should use it. We also shop for donuts. Part 1/5 - Content Negotiation Series