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.

HttpControllerDescriptor::GetFilters Method ()

 

Returns a collection of filters associated with the controller.

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

public:
virtual Collection<IFilter^>^ GetFilters()

Return Value

Type: System.Collections.ObjectModel::Collection<IFilter^>^

A collection of filters associated with the controller.

Return to top
Show: