Microsoft.AspNetCore.Mvc.Core.Infrastructure Namespace

Provides implementations for various features of MVC.

Interfaces

IAntiforgeryValidationFailedResult

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

Remarks

For an introduction to ASP.NET Core MVC, Overview of ASP.NET Core Mvc.