FilterProviderCollection.GetFilters Method
Returns the collection of filter providers.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Function GetFilters ( _ controllerContext As ControllerContext, _ actionDescriptor As ActionDescriptor _ ) As IEnumerable(Of Filter) 'Usage Dim instance As FilterProviderCollection Dim controllerContext As ControllerContext Dim actionDescriptor As ActionDescriptor Dim returnValue As IEnumerable(Of Filter) returnValue = instance.GetFilters(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 Filter)The collection of filter providers.
Show: