ControllerInstanceFilterProvider.GetFilters Method (ControllerContext, ActionDescriptor)
Returns the collection of controller instance filters.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
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>The collection of controller instance filters.
Show: