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:
property HttpFilterCollection^ Filters {
	HttpFilterCollection^ get();
}

Property Value

Type: System.Web.Http.Filters::HttpFilterCollection^

The list of filters.

Return to top
Show: