IAntiforgeryValidationFailedResult Interface   
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.
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::IActionResultpublic interface IAntiforgeryValidationFailedResult : Microsoft.AspNetCore.Mvc.IActionResulttype IAntiforgeryValidationFailedResult = interface
    interface IActionResultPublic 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) |