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.

ActionFilterAttribute Class

 

Represents the base class for all action-filter attributes.

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

System::Object
  System::Attribute
    System.Web.Http.Filters::FilterAttribute
      System.Web.Http.Filters::ActionFilterAttribute

[AttributeUsageAttribute(AttributeTargets::Class | AttributeTargets::Method, 
	Inherited = true, AllowMultiple = true)]
public ref class ActionFilterAttribute abstract : FilterAttribute, 
	IActionFilter, IFilter

NameDescription
System_CAPS_protmethodActionFilterAttribute()

Initializes a new instance of the ActionFilterAttribute class.

NameDescription
System_CAPS_pubpropertyAllowMultiple

Gets a value that indicates whether multiple filters are allowed.(Inherited from FilterAttribute.)

System_CAPS_pubpropertyTypeId

(Inherited from Attribute.)

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: