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.

MediaTypeMapping::MediaType Property

 

Gets the MediaTypeHeaderValue that is associated with HttpRequestMessage or HttpResponseMessage instances that have the given characteristics of the MediaTypeMapping.

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

public:
property MediaTypeHeaderValue^ MediaType {
	[CompilerGeneratedAttribute]
	MediaTypeHeaderValue^ get();
	[CompilerGeneratedAttribute]
	private: void set(MediaTypeHeaderValue^ value);
}
Return to top
Show: