Table of Contents

Class OverrideAuthorizationAttribute

Namespace
System.Web.Mvc
Assembly
System.Web.Mvc.dll

Represents the attributes associated with the authorization.

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method, Inherited = true, AllowMultiple = false)]
public sealed class OverrideAuthorizationAttribute : FilterAttribute, IMvcFilter, IOverrideFilter
Inheritance
OverrideAuthorizationAttribute
Implements
Inherited Members

Constructors

OverrideAuthorizationAttribute()

Initializes a new instance of the OverrideAuthorizationAttribute class.

public OverrideAuthorizationAttribute()

Properties

FiltersToOverride

Gets the filters to override for this instance.

public Type FiltersToOverride { get; }

Property Value

Type

The filters to override for this instance.