Partager via


AllowAnonymousAttribute Classe

Définition

Représente un attribut qui marque les contrôleurs et les actions à ignorer pendant l’autorisation AuthorizeAttribute .

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public sealed class AllowAnonymousAttribute : Attribute
type AllowAnonymousAttribute = class
    inherit Attribute
Public NotInheritable Class AllowAnonymousAttribute
Inherits Attribute
Héritage
AllowAnonymousAttribute
Attributs

Constructeurs

AllowAnonymousAttribute()

Initialise une nouvelle instance de la classe AllowAnonymousAttribute.

S’applique à