5 references to ContentTypeAttribute
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (5)
DefaultApiDescriptionProviderTest.cs (5)
1138
var filter = new
ContentTypeAttribute
("text/*")
1190
new FilterDescriptor(new
ContentTypeAttribute
("text/*"), FilterScope.Action)
1207
var filter = new
ContentTypeAttribute
("text/*")
1279
new FilterDescriptor(new
ContentTypeAttribute
("text/*"), FilterScope.Action)
1319
new FilterDescriptor(new
ContentTypeAttribute
("text/*"), FilterScope.Action)