4 references to SetMediaTypeMappingForFormat
Microsoft.AspNetCore.Mvc.Core (2)
Formatters\FormatterMappings.cs (1)
29SetMediaTypeMappingForFormat(format, MediaTypeHeaderValue.Parse(contentType));
Infrastructure\MvcCoreMvcOptionsSetup.cs (1)
74options.FormatterMappings.SetMediaTypeMappingForFormat("json", MediaTypeHeaderValues.ApplicationJson);
Microsoft.AspNetCore.Mvc.Formatters.Xml (2)
DependencyInjection\XmlDataContractSerializerMvcOptionsSetup.cs (1)
52options.FormatterMappings.SetMediaTypeMappingForFormat(
DependencyInjection\XmlSerializerMvcOptionsSetup.cs (1)
40options.FormatterMappings.SetMediaTypeMappingForFormat(