Content Negotiation In Asp.net Core Web API

This article will discuss Content Negotiation in asp.net core web API. What is Content Negotiation? It is a mechanism where the client should be able to decide the format of the response from the server. For example, if the client wants the response in either XML, JSON, HTML, etc. When a client sends a request […]