2 references to ServiceFilterAttribute
Microsoft.AspNetCore.Mvc.Core (2)
Filters\FilterCollection.cs (1)
165
var filter = new
ServiceFilterAttribute
(filterType) { Order = order };
ServiceFilterOfTAttribute.cs (1)
17
public ServiceFilterAttribute() :
base
(typeof(TFilter)) { }