Namespace System.Web.Http.Filters
Classes
- 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
No content here will be updated; please do not add material here.
- 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
No content here will be updated; please do not add material here.
- HttpFilterCollection
Represents a collection of HTTP filters.
Interfaces
- IActionFilter
Defines the methods that are used in an action filter.
- IAuthorizationFilter
No content here will be updated; please do not add material here.
- 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.
Enums
- FilterScope
Defines values that specify the order in which filters run within the same filter type and filter order.