GlobalFilterCollection::IFilterProvider::GetFilters Method
This API supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
private: virtual IEnumerable<Filter^>^ GetFilters( ControllerContext^ controllerContext, ActionDescriptor^ actionDescriptor ) sealed = IFilterProvider::GetFilters
Parameters
- controllerContext
- Type: System.Web.Mvc::ControllerContext
The controller context.
- actionDescriptor
- Type: System.Web.Mvc::ActionDescriptor
The action descriptor.
Return Value
Type: System.Collections.Generic::IEnumerable<Filter>An enumerator that iterates through the global filter collection.
Implements
IFilterProvider::GetFilters(ControllerContext, ActionDescriptor)
Show: