Interface IFilterProvider
Provides an interface for finding filters.
public interface IFilterProvider
Methods
GetFilters(ControllerContext, ActionDescriptor)
Returns an enumerator that contains all the IFilterProvider instances in the service locator.
IEnumerable<Filter> GetFilters(ControllerContext controllerContext, ActionDescriptor actionDescriptor)
Parameters
controllerContextControllerContextThe controller context.
actionDescriptorActionDescriptorThe action descriptor.
Returns
- IEnumerable<Filter>
The enumerator that contains all the IFilterProvider instances in the service locator.