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(L"Please call System.Web.Mvc.FilterProviders.Providers.GetFilters() now.", true)] public: virtual FilterInfo^ GetFilters()
Return Value
Type: System.Web.Mvc::FilterInfoThe filters that are associated with this action method.
Show: