RequireAntiforgeryTokenAttribute Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Attributo che può essere usato per indicare se il token antiforgery deve essere convalidato.
[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
- Ereditarietà
-
RequireAntiforgeryTokenAttribute
- Attributi
- Implementazioni
Costruttori
RequireAntiforgeryTokenAttribute(Boolean) |
Attributo che può essere usato per indicare se il token antiforgery deve essere convalidato. |
Proprietà
RequiresValidation |
Ottiene o imposta un valore che indica se il token antiforgery deve essere convalidato. |