1 type derived from TypeFilterAttribute
Microsoft.AspNetCore.Mvc.Core (1)
TypeFilterOfTAttribute.cs (1)
10
public class TypeFilterAttribute<TFilter> :
TypeFilterAttribute
where TFilter : IFilterMetadata
1 instantiation of TypeFilterAttribute
Microsoft.AspNetCore.Mvc.Core (1)
Filters\FilterCollection.cs (1)
87
var filter = new
TypeFilterAttribute
(filterType) { Order = order };
5 references to TypeFilterAttribute
Microsoft.AspNetCore.Mvc.Core (5)
Filters\FilterCollection.cs (1)
87
var
filter = new TypeFilterAttribute(filterType) { Order = order };
ServiceFilterAttribute.cs (2)
18
/// Similar to the <see cref="
TypeFilterAttribute
"/> in that both use constructor injection. Use
19
/// <see cref="
TypeFilterAttribute
"/> instead if the filter is not itself a service.
TypeFilterAttribute.cs (1)
31
/// Instantiates a new <see cref="
TypeFilterAttribute
"/> instance.
TypeFilterOfTAttribute.cs (1)
13
/// Instantiates a new <see cref="
TypeFilterAttribute
"/> instance.