ODataOutputFormatterFactory.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.