GlobalFilterCollection.IFilterProvider.GetFilters Method (ControllerContext, ActionDescriptor)
This API supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
private abstract GetFilters : controllerContext:ControllerContext * actionDescriptor:ActionDescriptor -> IEnumerable<Filter> private override GetFilters : controllerContext:ControllerContext * actionDescriptor:ActionDescriptor -> IEnumerable<Filter>
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.
Show: