Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the content negotiator to handle content negotiation.
Namespace: System.Web.Http.OData.Results
Assembly: System.Web.Http.OData (in System.Web.Http.OData.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
UpdatedODataResult<T> Class
System.Web.Http.OData.Results Namespace
Return to top