RequireAntiforgeryTokenAttribute Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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. |