7 writes to MediaType
Microsoft.AspNetCore.Mvc.ApiExplorer (3)
DefaultApiDescriptionProvider.cs (2)
156
MediaType
= contentType,
459
MediaType
= supportedType,
EndpointMetadataApiDescriptionProvider.cs (1)
161
MediaType
= contentType
Microsoft.AspNetCore.OpenApi (4)
Services\OpenApiDocumentService.cs (4)
722
supportedRequestFormats = [new ApiRequestFormat {
MediaType
= "application/x-www-form-urlencoded" }];
908
supportedRequestFormats = [new ApiRequestFormat {
MediaType
= "application/octet-stream" }];
914
supportedRequestFormats = [new ApiRequestFormat {
MediaType
= "application/json-patch+json" }];
920
supportedRequestFormats = [new ApiRequestFormat {
MediaType
= "application/json" }];
2 references to MediaType
Microsoft.AspNetCore.OpenApi (2)
Services\OpenApiDocumentService.cs (2)
884
var contentType = requestFormat.
MediaType
;
933
var contentType = requestFormat.
MediaType
;