United States (English)
Sign in
Home
Library
Learn
Samples
Downloads
Support
Community
Forums
MSDN Library
Web Development
ASP.NET
ASP.NET MVC 2
ASP.NET MVC Reference
System.Web.Mvc
ReflectedActionDescriptor Class
ReflectedActionDescriptor Methods
Execute Method
GetCustomAttributes Method
GetFilters Method
GetParameters Method
GetSelectors Method
IsDefined Method
This topic has not yet been rated
-
Rate this topic
ReflectedActionDescriptor
.
GetFilters Method
.NET Framework 4
Other Versions
.NET Framework 3.5
Retrieves information about action filters.
Namespace:
System.Web.Mvc
Assembly:
System.Web.Mvc
(in System.Web.Mvc.dll)
Syntax
C#
C++
VB
Copy
public
override
FilterInfo GetFilters()
Return Value
Type:
System.Web.Mvc
.
FilterInfo
The filter information.
See Also
Reference
ReflectedActionDescriptor Class
System.Web.Mvc Namespace
Did you find this helpful?
Yes
No
Not accurate
Not enough depth
Need more code examples
Tell us more...
(
1500
characters remaining)
Community Additions
ADD