Compartir a través de


RequireAntiforgeryTokenAttribute Clase

Definición

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.

Se aplica a