1 implementation of GetSupportedContentTypes
Microsoft.AspNetCore.Mvc.Core (1)
Formatters\InputFormatter.cs (1)
121
public virtual IReadOnlyList<string>?
GetSupportedContentTypes
(string contentType, Type objectType)
1 reference to GetSupportedContentTypes
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
DefaultApiDescriptionProvider.cs (1)
434
var supportedTypes = requestFormatMetadataProvider.
GetSupportedContentTypes
(contentType, type);