System.Web.Http.Filters Namespace
Contains classes related to action-filter attributes.
| Class | Description | |
|---|---|---|
|
ActionDescriptorFilterProvider | Provides information about an action method, such as its name, controller, parameters, attributes, and filters. |
|
ActionFilterAttribute | Represents the base class for all action-filter attributes. |
|
AuthorizationFilterAttribute | |
|
ConfigurationFilterProvider | Represents the configuration filter provider. |
|
ExceptionFilterAttribute | Represents the attributes for the exception filter. |
|
FilterAttribute | Represents the base class for action-filter attributes. |
|
FilterInfo | Provides information about the available action filters. |
|
HttpActionExecutedContext | |
|
HttpFilterCollection | Represents a collection of HTTP filters. |
| Interface | Description | |
|---|---|---|
|
IActionFilter | Defines the methods that are used in an action filter. |
|
IAuthorizationFilter | |
|
IExceptionFilter | Defines the methods that are required for an exception filter. |
|
IFilter | Specifies a server-side component that is used by the indexing system to index documents that have the file format associated with the IFilter. |
|
IFilterProvider | Provides filter information. |
| Enumeration | Description | |
|---|---|---|
|
FilterScope | Defines values that specify the order in which filters run within the same filter type and filter order. |