AllowAnonymousAttribute Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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. |