Sdílet prostřednictvím


RequireAntiforgeryTokenAttribute Třída

Definice

Atribut, který lze použít k označení, zda musí být ověřen 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
Dědičnost
RequireAntiforgeryTokenAttribute
Atributy
Implementuje

Konstruktory

RequireAntiforgeryTokenAttribute(Boolean)

Atribut, který lze použít k označení, zda musí být ověřen token antiforgery.

Vlastnosti

RequiresValidation

Získá nebo nastaví hodnotu určující, zda antiforgery token by měl být ověřen.

Platí pro