UpdatedODataResult<T>.Formatters Property
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.
Gets the formatters to use to negotiate and format the content.
public System.Collections.Generic.IEnumerable<System.Net.Http.Formatting.MediaTypeFormatter> Formatters { get; }
member this.Formatters : seq<System.Net.Http.Formatting.MediaTypeFormatter>
Public ReadOnly Property Formatters As IEnumerable(Of MediaTypeFormatter)
Property Value
IEnumerable<System.Net.Http.Formatting.MediaTypeFormatter>