4 references to GetMediaTypeMappingForFormat
Microsoft.AspNetCore.Mvc.Core (2)
Formatters\FormatFilter.cs (2)
72
var contentType = _options.FormatterMappings.
GetMediaTypeMappingForFormat
(format);
157
var contentType = _options.FormatterMappings.
GetMediaTypeMappingForFormat
(format);
Microsoft.AspNetCore.Mvc.Formatters.Xml (2)
DependencyInjection\XmlDataContractSerializerMvcOptionsSetup.cs (1)
49
var mapping = options.FormatterMappings.
GetMediaTypeMappingForFormat
(key);
DependencyInjection\XmlSerializerMvcOptionsSetup.cs (1)
37
var mapping = options.FormatterMappings.
GetMediaTypeMappingForFormat
(key);