OverrideActionFiltersAttribute Class

 

Represents the attributes associated with the override filter.

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

System.Object
  System.Attribute
    System.Web.Mvc.FilterAttribute
      System.Web.Mvc.OverrideActionFiltersAttribute

<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Method,
	Inherited := True, AllowMultiple := False)>
Public NotInheritable Class OverrideActionFiltersAttribute
	Inherits FilterAttribute
	Implements IOverrideFilter

NameDescription
System_CAPS_pubmethodOverrideActionFiltersAttribute()

Initializes a new instance of the OverrideActionFiltersAttribute class.

NameDescription
System_CAPS_pubpropertyAllowMultiple

Gets or sets a value that indicates whether more than one instance of the filter attribute can be specified.(Inherited from FilterAttribute.)

System_CAPS_pubpropertyFiltersToOverride

Gets the filters to override for this instance.

System_CAPS_pubpropertyOrder

Gets or sets the order in which the action filters are executed.(Inherited from FilterAttribute.)

System_CAPS_pubpropertyTypeId

(Inherited from Attribute.)

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Attribute.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Attribute.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsDefaultAttribute()

(Inherited from Attribute.)

System_CAPS_pubmethodMatch(Object)

(Inherited from Attribute.)

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: