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