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: 266
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