Posted on: 6/25/2014 8:00:00 PM | Views : 1070

ASP.NET MVC doesn't directly support content negotiation, but with a little bit of work it's very straight forward to implement a custom ActionResult that can switch its response type based on the Accept header.

Go to the complete details ...