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
controllerContext
ControllerContextThe controller context.
actionDescriptor
ActionDescriptorThe action descriptor.
Returns
- IEnumerable<Filter>
The enumerator that contains all the IFilterProvider instances in the service locator.