1 write to MediaType
Microsoft.AspNetCore.Mvc.Core (1)
Formatters\MediaTypeSegmentWithQuality.cs (1)
20
MediaType
= mediaType;
7 references to MediaType
Microsoft.AspNetCore.Mvc.Core (7)
Formatters\AcceptHeaderParser.cs (3)
35
if (output.
MediaType
.HasValue)
156
if (result.
MediaType
.HasValue)
158
return result.
MediaType
.Length;
Formatters\MediaTypeSegmentWithQuality.cs (1)
38
return
MediaType
.ToString();
Infrastructure\DefaultOutputFormatterSelector.cs (3)
155
var mediaType = new MediaType(result[i].
MediaType
);
197
formatterContext.ContentType = mediaType.
MediaType
;
243
var acceptableContentType = new MediaType(sortedAcceptableContentTypes[i].
MediaType
);