Share via


System.Web.Http.OData.Formatter Namespace

The System.Web.Http.OData.Formatter namespace provides classes to handles OData.

Classes

  Class Description
Public class ODataBinaryValueMediaTypeMapping Represents the media type mapping that associates requests for the raw value of binary properties to the application/octet-stream content type.
Public class ODataMediaTypeFormatter Represents the MediaTypeFormatter class to handle OData.
Public class ODataMediaTypeFormatters MediaTypeFormatter classes to handle OData.
Public class ODataModelBinderProvider Provides a IModelBinder for EDM primitive types.
Public class ODataPrimitiveValueMediaTypeMapping Media type mapping that associates requests for the raw value of non-binary primitive properties to the text/plain content type.
Public class ODataRawValueMediaTypeMapping Media type mapping that associates requests for the raw value of properties.

Enumerations

  Enumeration Description
Public enumeration ODataMetadataLevel The amount of metadata information to serialize in an OData response (for JSON light).