OverrideAuthorizationAttribute Class

Definition

Represents the attributes associated with the authorization.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public sealed class OverrideAuthorizationAttribute : System.Web.Mvc.FilterAttribute, System.Web.Mvc.Filters.IOverrideFilter
type OverrideAuthorizationAttribute = class
    inherit FilterAttribute
    interface IOverrideFilter
Public NotInheritable Class OverrideAuthorizationAttribute
Inherits FilterAttribute
Implements IOverrideFilter
Inheritance
OverrideAuthorizationAttribute
Attributes
Implements

Constructors

OverrideAuthorizationAttribute()

Initializes a new instance of the OverrideAuthorizationAttribute 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)

Applies to