29 references to MediaType
Microsoft.AspNetCore.Mvc.Core (17)
ConsumesAttribute.cs (3)
130
var parsedRequestMediaType = new
MediaType
(requestMediaType);
133
var contentTypeMediaType = new
MediaType
(ContentTypes[i]);
244
var mediaType = new
MediaType
(arg);
Formatters\FormatFilter.cs (2)
110
var parsedContentType = new
MediaType
(contentType);
113
var supportedMediaType = new
MediaType
(supportedMediaTypes[i]);
Formatters\InputFormatter.cs (4)
68
var parsedContentType = new
MediaType
(contentType);
71
var supportedMediaType = new
MediaType
(SupportedMediaTypes[i]);
144
var parsedContentType = new
MediaType
(contentType);
151
var parsedMediaType = new
MediaType
(mediaType);
Formatters\OutputFormatter.cs (3)
52
var parsedContentType = contentType != null ? new
MediaType
(contentType) : default(MediaType);
56
var parsedMediaType = new
MediaType
(mediaType);
123
var supportedMediaType = new
MediaType
(SupportedMediaTypes[i]);
Formatters\TextInputFormatter.cs (1)
85
var requestMediaType = string.IsNullOrEmpty(requestContentType) ? default : new
MediaType
(requestContentType);
Infrastructure\DefaultOutputFormatterSelector.cs (2)
246
var candidateContentType = new
MediaType
(possibleOutputContentTypes[j]);
272
var parsedContentType = new
MediaType
(contentType);
ProducesAttribute.cs (1)
115
var contentType = new
MediaType
(arg);
ProducesResponseTypeAttribute.cs (1)
116
var mediaType = new
MediaType
(type);
Microsoft.AspNetCore.Mvc.Core.Test (12)
Formatters\MediaTypeTest.cs (12)
49
var result = new
MediaType
(mediaType);
188
var parsedMediaType = new
MediaType
(mediaType);
219
var setMediaType = new
MediaType
(set);
220
var subSetMediaType = new
MediaType
(subset);
248
var setMediaType = new
MediaType
(set);
249
var subSetMediaType = new
MediaType
(subset);
262
var mediaType = new
MediaType
("*/*");
277
var mediaType = new
MediaType
(value);
292
var mediaType = new
MediaType
(value);
305
var mediaType = new
MediaType
("text/plain");
325
var mediaType = new
MediaType
(value);
347
var mediaType = new
MediaType
(value);