6 references to MediaType
Microsoft.AspNetCore.Mvc.Core (6)
Formatters\MediaType.cs (2)
207var parsedMediaType = new MediaType(mediaType); 249var parsedMediaType = new MediaType(mediaType);
Formatters\OutputFormatter.cs (1)
120var parsedContentType = new MediaType(context.ContentType);
Formatters\TextOutputFormatter.cs (1)
83var parsedContentType = new MediaType(context.ContentType);
Infrastructure\DefaultOutputFormatterSelector.cs (2)
155var mediaType = new MediaType(result[i].MediaType); 243var acceptableContentType = new MediaType(sortedAcceptableContentTypes[i].MediaType);