Information
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::SupportedResponseFormatters Property

 

Gets the supported response formatters.

Namespace:   System.Web.Http.Description
Assembly:  System.Web.Http (in System.Web.Http.dll)

public:
property Collection<MediaTypeFormatter^>^ SupportedResponseFormatters {
	[CompilerGeneratedAttribute]
	Collection<MediaTypeFormatter^>^ get();
	[CompilerGeneratedAttribute]
	internal: void set(Collection<MediaTypeFormatter^>^ value);
}

Property Value

Type: System.Collections.ObjectModel::Collection<MediaTypeFormatter^>^

The supported response formatters.

Return to top
Show: