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.

ObjectContent::Formatter Property

 

Gets the media-type formatter associated with this content instance.

Namespace:   System.Net.Http
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

public:
property MediaTypeFormatter^ Formatter {
	MediaTypeFormatter^ get();
}

Property Value

Type: System.Net.Http.Formatting::MediaTypeFormatter^

The media type formatter associated with this content instance.

Return to top
Show: