ActionDescriptorFilterProvider Class

 

Provides information about an action method, such as its name, controller, parameters, attributes, and filters.

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

System::Object
  System.Web.Http.Filters::ActionDescriptorFilterProvider

public ref class ActionDescriptorFilterProvider : IFilterProvider

NameDescription
System_CAPS_pubmethodActionDescriptorFilterProvider()

Initializes a new instance of the ActionDescriptorFilterProvider class.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetFilters(HttpConfiguration^, HttpActionDescriptor^)

Returns the filters that are associated with this action method.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: