Content Negotiation in ASP.NET Web API
Content negotiation is the process that describe the in which format the response is provide by Web API according to the request. The HTTP specification (RFC 2616) defines content negotiation as “the process of selecting the best representation for a given response when there are multiple representations available.” The...
Recent Comments