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 Collection<MediaTypeMapping^>^ MediaTypeMappings { [CompilerGeneratedAttribute] Collection<MediaTypeMapping^>^ get(); [CompilerGeneratedAttribute] private: void set(Collection<MediaTypeMapping^>^ value); }
Property Value
Type: System.Collections.ObjectModel::Collection<MediaTypeMapping^>^The MediaTypeMapping collection.
Show: