AllowAnonymousAttribute Classe

Definizione

Specifica che la classe o il metodo a cui viene applicato questo attributo non richiede l'autorizzazione.

public ref class AllowAnonymousAttribute : Attribute, Microsoft::AspNetCore::Authorization::IAllowAnonymous
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public class AllowAnonymousAttribute : Attribute, Microsoft.AspNetCore.Authorization.IAllowAnonymous
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)>]
type AllowAnonymousAttribute = class
    inherit Attribute
    interface IAllowAnonymous
Public Class AllowAnonymousAttribute
Inherits Attribute
Implements IAllowAnonymous
Ereditarietà
AllowAnonymousAttribute
Attributi
Implementazioni

Costruttori

AllowAnonymousAttribute()

Specifica che la classe o il metodo a cui viene applicato questo attributo non richiede l'autorizzazione.

Metodi

ToString()

Specifica che la classe o il metodo a cui viene applicato questo attributo non richiede l'autorizzazione.

Si applica a