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
'Declaration
Public ReadOnly Property Filters As HttpFilterCollection
    Get
'Usage
Dim instance As HttpConfiguration
Dim value As HttpFilterCollection
value = instance.Filters
public HttpFilterCollection Filters { get; }
public:
property HttpFilterCollection^ Filters {
    HttpFilterCollection^ get ();
}
member Filters : HttpFilterCollection
function get Filters () : HttpFilterCollection
Property Value
Type: System.Web.Http.Filters.HttpFilterCollection
The list of filters.