AllowAnonymousAttribute Clase

Definición

Representa un atributo que marca controladores y acciones para omitir durante la AuthorizeAttribute autorización.

[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
Herencia
AllowAnonymousAttribute
Atributos

Constructores

AllowAnonymousAttribute()

Inicializa una nueva instancia de la clase AllowAnonymousAttribute.

Se aplica a