Gets the content negotiator to handle content negotiation.
Namespace:   System.Web.Http.Results
Assembly:  System.Web.Http (in System.Web.Http.dll)
Syntax
public IContentNegotiator ContentNegotiator { get; }
public:
property IContentNegotiator^ ContentNegotiator {
    IContentNegotiator^ get();
}
member ContentNegotiator : IContentNegotiator with get
Public ReadOnly Property ContentNegotiator As IContentNegotiator
Property Value
Type: System.Net.Http.Formatting.IContentNegotiator
See Also
OkNegotiatedContentResult<T> Class
System.Web.Http.Results Namespace
Return to top