AllowAnonymousAttribute Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente un attribut qui marque les contrôleurs et les actions à ignorer pendant l’autorisation AuthorizeAttribute .
[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
- Héritage
-
AllowAnonymousAttribute
- Attributs
Constructeurs
AllowAnonymousAttribute() |
Initialise une nouvelle instance de la classe AllowAnonymousAttribute. |