ControllerActionInvoker.GetFilters Method
Retrieves information about the action filters.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
protected virtual FilterInfo GetFilters( ControllerContext controllerContext, ActionDescriptor actionDescriptor )
Parameters
- controllerContext
- Type: System.Web.Mvc.ControllerContext
The controller context.
- actionDescriptor
- Type: System.Web.Mvc.ActionDescriptor
The action descriptor.
Show: