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