Share via


ODataFormattingAttribute.CreateODataFormatters Method

Definition

Creates the OData formatters.

public virtual System.Collections.Generic.IList<Microsoft.AspNet.OData.Formatter.ODataMediaTypeFormatter> CreateODataFormatters ();
abstract member CreateODataFormatters : unit -> System.Collections.Generic.IList<Microsoft.AspNet.OData.Formatter.ODataMediaTypeFormatter>
override this.CreateODataFormatters : unit -> System.Collections.Generic.IList<Microsoft.AspNet.OData.Formatter.ODataMediaTypeFormatter>
Public Overridable Function CreateODataFormatters () As IList(Of ODataMediaTypeFormatter)

Returns

A collection of OData formatters.

Applies to