RequireAntiforgeryTokenAttribute Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An attribute that can be used to indicate whether the antiforgery token must be validated.
[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
- Inheritance
-
RequireAntiforgeryTokenAttribute
- Attributes
- Implements
Require |
An attribute that can be used to indicate whether the antiforgery token must be validated. |
Requires |
Gets or sets a value indicating whether the antiforgery token should be validated. |
Product | Versions |
---|---|
ASP.NET Core | 8.0, 9.0 |