IAntiforgeryValidationFailedResult Interface

Definition

Represents an IActionResult that is used when the antiforgery validation failed. This can be matched inside MVC result filters to process the validation failure.

public interface class IAntiforgeryValidationFailedResult : Microsoft::AspNetCore::Mvc::IActionResult
public interface IAntiforgeryValidationFailedResult : Microsoft.AspNetCore.Mvc.IActionResult
type IAntiforgeryValidationFailedResult = interface
    interface IActionResult
Public Interface IAntiforgeryValidationFailedResult
Implements IActionResult
Derived
Implements

Methods

ExecuteResultAsync(ActionContext)

Executes the result operation of the action method asynchronously. This method is called by MVC to process the result of an action method.

(Inherited from IActionResult)

Applies to