HttpConfiguration.Formatters Property
Gets the media-type formatters for this instance.
Namespace: System.Web.Http
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public MediaTypeFormatterCollection Formatters { get; }
public:
property MediaTypeFormatterCollection^ Formatters {
MediaTypeFormatterCollection^ get();
}
member Formatters : MediaTypeFormatterCollection with get
Public ReadOnly Property Formatters As MediaTypeFormatterCollection
Property Value
Type: System.Net.Http.Formatting.MediaTypeFormatterCollection
A collection of MediaTypeFormatter objects.
See Also
HttpConfiguration Class
System.Web.Http Namespace
Return to top