ControllerActionInvoker.GetFilters Method (ControllerContext, ActionDescriptor)
Retrieves information about the action filters.
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: