Class AllowAnonymousAttribute
Specifies that actions and controllers are skipped by AuthorizeAttribute during authorization.
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method, Inherited = true, AllowMultiple = false)]
public sealed class AllowAnonymousAttribute : Attribute
- Inheritance
-
AllowAnonymousAttribute
- Inherited Members
Constructors
AllowAnonymousAttribute()
Initializes a new instance of the AllowAnonymousAttribute class.
public AllowAnonymousAttribute()