FilterAttributeFilterProvider Methods

 

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_protmethod GetActionAttributes(ControllerContext, ActionDescriptor)

Gets a collection of custom action attributes.

System_CAPS_protmethod GetControllerAttributes(ControllerContext, ActionDescriptor)

Gets a collection of controller attributes.

System_CAPS_pubmethod GetFilters(ControllerContext, ActionDescriptor)

Aggregates the filters from all of the filter providers into one collection.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

See Also

FilterAttributeFilterProvider Class
System.Web.Mvc Namespace

Return to top