ActionDescriptor.GetFilters Method

Note: This API is now obsolete.

Returns the filters that are associated with this action method.

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

[<ObsoleteAttribute("Please call System.Web.Mvc.FilterProviders.Providers.GetFilters() now.", 
    true)>]
abstract GetFilters : unit -> FilterInfo 
[<ObsoleteAttribute("Please call System.Web.Mvc.FilterProviders.Providers.GetFilters() now.", 
    true)>]
override GetFilters : unit -> FilterInfo

Return Value

Type: System.Web.Mvc.FilterInfo
The filters that are associated with this action method.
Show: