The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ApiDescription::SupportedRequestBodyFormatters Property
Gets the supported request body formatters.
Assembly: System.Web.Http (in System.Web.Http.dll)
public: property Collection<MediaTypeFormatter^>^ SupportedRequestBodyFormatters { [CompilerGeneratedAttribute] Collection<MediaTypeFormatter^>^ get(); [CompilerGeneratedAttribute] internal: void set(Collection<MediaTypeFormatter^>^ value); }
Property Value
Type: System.Collections.ObjectModel::Collection<MediaTypeFormatter^>^The supported request body formatters.
Show: