Share via


ODataInputFormatterFactory.Create Method

Definition

Creates a list of media type formatters to handle OData.

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

Returns

A list of media type formatters to handle OData.

Applies to