Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

System.Web.Http.Filters Namespace

 

ClassDescription
System_CAPS_pubclassActionDescriptorFilterProvider

Provides information about an action method, such as its name, controller, parameters, attributes, and filters.

System_CAPS_pubclassActionFilterAttribute

Represents the base class for all action-filter attributes.

System_CAPS_pubclassAuthorizationFilterAttribute

Provides details for authorization filter.

System_CAPS_pubclassConfigurationFilterProvider

Represents the configuration filter provider.

System_CAPS_pubclassExceptionFilterAttribute

Represents the attributes for the exception filter.

System_CAPS_pubclassFilterAttribute

Represents the base class for action-filter attributes.

System_CAPS_pubclassFilterInfo

Provides information about the available action filters.

System_CAPS_pubclassHttpActionExecutedContext

Represents the action of the HTTP executed context.

System_CAPS_pubclassHttpAuthenticationChallengeContext

Represents an authentication challenge context containing information for executing an authentication challenge.

System_CAPS_pubclassHttpAuthenticationContext

Represents an authentication context containing information for performing authentication.

System_CAPS_pubclassHttpFilterCollection

Represents a collection of HTTP filters.

InterfaceDescription
System_CAPS_pubinterfaceIActionFilter

Defines the methods that are used in an action filter.

System_CAPS_pubinterfaceIAuthenticationFilter

Defines a filter that performs authentication.

System_CAPS_pubinterfaceIAuthorizationFilter

Defines the methods that are required for an authorization filter.

System_CAPS_pubinterfaceIExceptionFilter

Defines the methods that are required for an exception filter.

System_CAPS_pubinterfaceIFilter

Defines the methods that are used in a filter.

System_CAPS_pubinterfaceIFilterProvider

Provides filter information.

System_CAPS_pubinterfaceIOverrideFilter

EnumerationDescription
System_CAPS_pubenumFilterScope

Defines values that specify the order in which filters run within the same filter type and filter order.

Return to top
Show: