FilterAttributeFilterProvider.GetControllerAttributes Method

Gets a collection of controller attributes.

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

'Declaration
Protected Overridable Function GetControllerAttributes ( _
	controllerContext As ControllerContext, _
	actionDescriptor As ActionDescriptor _
) As IEnumerable(Of FilterAttribute)
'Usage
Dim controllerContext As ControllerContext 
Dim actionDescriptor As ActionDescriptor 
Dim returnValue As IEnumerable(Of FilterAttribute)

returnValue = Me.GetControllerAttributes(controllerContext, _
	actionDescriptor)

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(Of FilterAttribute)
A collection of controller attributes.
Show: