Share via


ODataMediaTypeFormatters.Create Method

Definition

Creates a list of media type formatters to handle OData.

public static System.Collections.Generic.IList<Microsoft.AspNet.OData.Formatter.ODataMediaTypeFormatter> Create ();
static member Create : unit -> System.Collections.Generic.IList<Microsoft.AspNet.OData.Formatter.ODataMediaTypeFormatter>
Public Function Create () As IList(Of ODataMediaTypeFormatter)

Returns

A list of media type formatters to handle OData.

Applies to