7 references to Add
Microsoft.AspNetCore.Mvc.Core (5)
Filters\FilterCollection.cs (5)
27
return
Add
(typeof(TFilterType));
99
/// <see cref="
Add
(Type)"/> to register a service that will be created via
115
/// <see cref="
Add
(Type)"/> to register a service that will be created via
134
/// <see cref="
Add
(Type)"/> to register a service that will be created via
150
/// <see cref="
Add
(Type)"/> to register a service that will be created via
Microsoft.AspNetCore.Mvc.Core.Test (2)
Filters\FilterCollectionTest.cs (2)
17
var added = collection.
Add
(typeof(MyFilter));
76
() => collection.
Add
(typeof(NonFilter)),