FilterAttributeFilterProvider.GetFilters Method (ControllerContext, ActionDescriptor)

 

Aggregates the filters from all of the filter providers into one collection.

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

No code example is currently available or this language may not be supported.

Parameters

controllerContext
Type: System.Web.Mvc.ControllerContext

The controller context.

actionDescriptor
Type: System.Web.Mvc.ActionDescriptor

The action descriptor.

Return Value

Type: System.Collections.Generic.IEnumerable<Filter>

The collection filters from all of the filter providers.

Return to top
Show: