FilterInfo Class
Encapsulates information about the available action filters.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
The FilterInfo type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | FilterInfo() | Initializes a new instance of the FilterInfo class. |
![]() | FilterInfo(IEnumerable<Filter>) | Initializes a new instance of the FilterInfo class using the specified filters collection. |
| Name | Description | |
|---|---|---|
![]() | ActionFilters | Gets all the action filters in the application. |
![]() | AuthorizationFilters | Gets all the authorization filters in the application. |
![]() | ExceptionFilters | Gets all the exception filters in the application. |
![]() | ResultFilters | Gets all the result filters in the application. |
Show:
