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