HttpConfiguration::Formatters Property
Gets the media-type formatters for this instance.
Assembly: System.Web.Http (in System.Web.Http.dll)
public: property MediaTypeFormatterCollection^ Formatters { MediaTypeFormatterCollection^ get(); }
Property Value
Type: System.Net.Http.Formatting::MediaTypeFormatterCollection^A collection of MediaTypeFormatter objects.
Show: