RequireAntiforgeryTokenAttribute Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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. |