5 references to ContentTypeAttribute
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (5)
DefaultApiDescriptionProviderTest.cs (5)
1137
var filter = new
ContentTypeAttribute
("text/*")
1189
new FilterDescriptor(new
ContentTypeAttribute
("text/*"), FilterScope.Action)
1206
var filter = new
ContentTypeAttribute
("text/*")
1278
new FilterDescriptor(new
ContentTypeAttribute
("text/*"), FilterScope.Action)
1318
new FilterDescriptor(new
ContentTypeAttribute
("text/*"), FilterScope.Action)