ControllerActionInvoker.GetFilters Method

Retrieves information about the action filters.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

protected function 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.

Return Value

Type: System.Web.Mvc.FilterInfo
Information about the action filters.
Show: