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)

Syntax

public HttpFilterCollection Filters { get; }
public:
property HttpFilterCollection^ Filters {
    HttpFilterCollection^ get();
}
member Filters : HttpFilterCollection with get
Public ReadOnly Property Filters As HttpFilterCollection

Property Value

Type: System.Web.Http.Filters.HttpFilterCollection

The list of filters.

See Also

HttpConfiguration Class
System.Web.Http Namespace

Return to top