public ref class AntiforgeryValidationFailedResult : Microsoft::AspNetCore::Mvc::BadRequestResult, Microsoft::AspNetCore::Mvc::Core::Infrastructure::IAntiforgeryValidationFailedResult, Microsoft::AspNetCore::Mvc::IActionResult
public class AntiforgeryValidationFailedResult : Microsoft.AspNetCore.Mvc.BadRequestResult, Microsoft.AspNetCore.Mvc.Core.Infrastructure.IAntiforgeryValidationFailedResult, Microsoft.AspNetCore.Mvc.IActionResult
type AntiforgeryValidationFailedResult = class
inherit BadRequestResult
interface IAntiforgeryValidationFailedResult
interface IActionResult
Public Class AntiforgeryValidationFailedResult
Inherits BadRequestResult
Implements IActionResult, IAntiforgeryValidationFailedResult
Executes the result operation of the action method asynchronously. This method is called by MVC to process
the result of an action method.
The default implementation of this method calls the ExecuteResult(ActionContext) method and
returns a completed task.