Is there a C# or .NET class to handle HTTP Content Negotiation?

Posted by Jamie on Stack Overflow See other posts from Stack Overflow or by Jamie
Published on 2010-05-22T13:55:36Z Indexed on 2010/05/22 14:01 UTC
Read the original article Hit count: 233

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about c#

Related posts about http