Share via


ODataOutputFormatterFactory.Create Method

Definition

Creates a list of media type formatters to handle OData.

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

Returns

A list of media type formatters to handle OData.

Applies to