OverrideResultFiltersAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the attributes associated with the result filter.
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public sealed class OverrideResultFiltersAttribute : System.Web.Mvc.FilterAttribute, System.Web.Mvc.Filters.IOverrideFilter
type OverrideResultFiltersAttribute = class
inherit FilterAttribute
interface IOverrideFilter
Public NotInheritable Class OverrideResultFiltersAttribute
Inherits FilterAttribute
Implements IOverrideFilter
- Inheritance
- Attributes
- Implements
Constructors
OverrideResultFiltersAttribute() |
Initializes a new instance of the OverrideResultFiltersAttribute class. |
Properties
AllowMultiple |
Gets or sets a value that indicates whether more than one instance of the filter attribute can be specified. (Inherited from FilterAttribute) |
FiltersToOverride |
Gets the filters to override for this instance. |
Order |
Gets or sets the order in which the action filters are executed. (Inherited from FilterAttribute) |