RequireAntiforgeryTokenAttribute(Boolean) Constructor
Definition
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.
public RequireAntiforgeryTokenAttribute (bool required = true);
new Microsoft.AspNetCore.Antiforgery.RequireAntiforgeryTokenAttribute : bool -> Microsoft.AspNetCore.Antiforgery.RequireAntiforgeryTokenAttribute
Public Sub New (Optional required As Boolean = true)
Parameters
- required
- Boolean
A value indicating whether the antiforgery token should be validated.