AllowAnonymousAttribute Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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. |