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.

MediaTypeFormatter.SupportedMediaTypes Property

 

Gets the mutable collection of media types supported bythis MediaTypeFormatter.

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

Public Property SupportedMediaTypes As Collection(Of MediaTypeHeaderValue)
	Get
	Private Set
End Property

Property Value

Type: System.Collections.ObjectModel.Collection(Of MediaTypeHeaderValue)

The collection of MediaTypeHeaderValue objects.

Return to top
Show: