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.
Creates the OData formatters.
Namespace: System.Web.Http.OData
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public virtual IList<ODataMediaTypeFormatter> CreateODataFormatters()
public:
virtual IList<ODataMediaTypeFormatter^>^ CreateODataFormatters()
abstract CreateODataFormatters : unit -> IList<ODataMediaTypeFormatter>
override CreateODataFormatters : unit -> IList<ODataMediaTypeFormatter>
Public Overridable Function CreateODataFormatters As IList(Of ODataMediaTypeFormatter)
Return Value
Type: System.Collections.Generic.IList<ODataMediaTypeFormatter>
A collection of OData formatters.
See Also
ODataFormattingAttribute Class
System.Web.Http.OData Namespace
Return to top