AllowAnonymousAttribute Classe

Definição

Representa um atributo que marca controladores e ações para ignorar o AuthorizeAttribute durante a autorização.

[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
Herança
AllowAnonymousAttribute
Atributos

Construtores

AllowAnonymousAttribute()

Inicializa uma nova instância da classe AllowAnonymousAttribute.

Aplica-se a