Udostępnij za pośrednictwem


RequireAntiforgeryTokenAttribute Klasa

Definicja

Atrybut, który może służyć do wskazania, czy token antyforgery musi zostać zweryfikowany.

[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
Dziedziczenie
RequireAntiforgeryTokenAttribute
Atrybuty
Implementuje

Konstruktory

RequireAntiforgeryTokenAttribute(Boolean)

Atrybut, który może służyć do wskazania, czy token antyforgery musi zostać zweryfikowany.

Właściwości

RequiresValidation

Pobiera lub ustawia wartość wskazującą, czy token antyforgery powinien zostać zweryfikowany.

Dotyczy