RequireAntiforgeryTokenAttribute 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.
Attribut qui peut être utilisé pour indiquer si le jeton antiforgery doit être validé.
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method)]
public class RequireAntiforgeryTokenAttribute : Attribute, Microsoft.AspNetCore.Antiforgery.IAntiforgeryMetadata
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method)>]
type RequireAntiforgeryTokenAttribute = class
inherit Attribute
interface IAntiforgeryMetadata
Public Class RequireAntiforgeryTokenAttribute
Inherits Attribute
Implements IAntiforgeryMetadata
- Héritage
-
RequireAntiforgeryTokenAttribute
- Attributs
- Implémente
Constructeurs
RequireAntiforgeryTokenAttribute(Boolean) |
Attribut qui peut être utilisé pour indiquer si le jeton antiforgery doit être validé. |
Propriétés
RequiresValidation |
Obtient ou définit une valeur indiquant si le jeton antiforgery doit être validé. |