RequireAntiforgeryTokenAttribute Classe

Definizione

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.

Si applica a