ControllerActionInvoker.GetFilters Method
Visual Studio 2010
Retrieves information about the action filters.
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.
Community Additions
ADD
Show: