Community

Creating ASP.NET MVC Negotiated Content Results

(Rick Strahl) In a recent ASP.NET MVC application I’m involved with, we had a late in the process request to handle Content Negotiation: Returning output based on the HTTP Accept header of the incoming HTTP request. This is standard behavior in ASP.NET Web API but ASP.NET MVC doesn’t support this fu

Read More - Register for Free Membership