FilterInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Encapsulates information about the available action filters.
public class FilterInfo
type FilterInfo = class
Public Class FilterInfo
- Inheritance
-
FilterInfo
Constructors
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. |
Properties
ActionFilters |
Gets all the action filters in the application. |
AuthenticationFilters |
Gets all the authentication 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. |