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)
689
supportedRequestFormats = [new ApiRequestFormat {
MediaType
= "application/x-www-form-urlencoded" }];
853
supportedRequestFormats = [new ApiRequestFormat {
MediaType
= "application/octet-stream" }];
859
supportedRequestFormats = [new ApiRequestFormat {
MediaType
= "application/json-patch+json" }];
865
supportedRequestFormats = [new ApiRequestFormat {
MediaType
= "application/json" }];
2 references to MediaType
Microsoft.AspNetCore.OpenApi (2)
Services\OpenApiDocumentService.cs (2)
829
var contentType = requestFormat.
MediaType
;
878
var contentType = requestFormat.
MediaType
;