Is there a C# or .NET class to handle HTTP Content Negotiation?
- by Jamie
Is there a C# or .NET class to handle HTTP Content Negotiation with a Web Browser?
I would like to be able to supply a list of acceptable Content Types, and have those negotiated with the browser to find the best match.