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.

HttpConfiguration.Filters Property

 

Gets the list of filters that apply to all requests served using this HttpConfiguration instance.

Namespace:   System.Web.Http
Assembly:  System.Web.Http (in System.Web.Http.dll)

public HttpFilterCollection Filters { get; }

Property Value

Type: System.Web.Http.Filters.HttpFilterCollection

The list of filters.

Return to top
Show: