RequireAntiforgeryTokenAttribute Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Atributo que se puede usar para indicar si se debe validar el token antiforgery.
[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
- Herencia
-
RequireAntiforgeryTokenAttribute
- Atributos
- Implementaciones
Constructores
RequireAntiforgeryTokenAttribute(Boolean) |
Atributo que se puede usar para indicar si se debe validar el token antiforgery. |
Propiedades
RequiresValidation |
Obtiene o establece un valor que indica si se debe validar el token antiforgery. |