Interface IContentNegotiation
- Namespace
- Cuemon.Net.Http
- Assembly
- Cuemon.Core.dll
Defines a way to support content negotiation for HTTP enabled applications.
public interface IContentNegotiation
Properties
SupportedMediaTypes
Gets the collection of media types supported by the HTTP enabled application.
IReadOnlyCollection<MediaTypeHeaderValue> SupportedMediaTypes { get; }
Property Value
- IReadOnlyCollection<MediaTypeHeaderValue>
The collection of media types supported by the HTTP enabled application.