Compartilhar via


RequireAntiforgeryTokenAttribute Classe

Definição

Um atributo que pode ser usado para indicar se o token antiforgery deve ser validado.

[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
Herança
RequireAntiforgeryTokenAttribute
Atributos
Implementações

Construtores

RequireAntiforgeryTokenAttribute(Boolean)

Um atributo que pode ser usado para indicar se o token antiforgery deve ser validado.

Propriedades

RequiresValidation

Obtém ou define um valor que indica se o token antiforgery deve ser validado.

Aplica-se a