Class OverrideResultFiltersAttribute
Represents the attributes associated with the result filter.
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method, Inherited = true, AllowMultiple = false)]
public sealed class OverrideResultFiltersAttribute : FilterAttribute, IMvcFilter, IOverrideFilter
- Inheritance
-
OverrideResultFiltersAttribute
- Implements
- Inherited Members
Constructors
OverrideResultFiltersAttribute()
Initializes a new instance of the OverrideResultFiltersAttribute class.
public OverrideResultFiltersAttribute()
Properties
FiltersToOverride
Gets the filters to override for this instance.
public Type FiltersToOverride { get; }
Property Value
- Type
The filters to override for this instance.