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.MediaTypeMappings Property
Gets the mutable collection of MediaTypeMapping objects that match HTTP requests to media types.
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
Public Property MediaTypeMappings As Collection(Of MediaTypeMapping) Get Private Set End Property
Property Value
Type: System.Collections.ObjectModel.Collection(Of MediaTypeMapping)The MediaTypeMapping collection.
Show: