Implemented interface member:
method
GetSupportedContentTypes
Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseTypeMetadataProvider.GetSupportedContentTypes(System.String, System.Type)
8 references to GetSupportedContentTypes
Microsoft.AspNetCore.Mvc.Core.Test (6)
Formatters\OutputFormatterTests.cs (6)
41
var contentTypes = formatter.
GetSupportedContentTypes
(
117
var contentTypes = formatter.
GetSupportedContentTypes
(
138
var contentTypes = formatter.
GetSupportedContentTypes
(
159
var contentTypes = formatter.
GetSupportedContentTypes
(
179
var contentTypes = formatter.
GetSupportedContentTypes
(
228
() => formatter.
GetSupportedContentTypes
("application/json", typeof(object)));
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test (2)
XmlDataContractSerializerOutputFormatterTest.cs (1)
449
var result = formatter.
GetSupportedContentTypes
(
XmlSerializerOutputFormatterTest.cs (1)
435
var result = formatter.
GetSupportedContentTypes
("application/xml", type);