Microsoft.AspNetCore.Mvc.Core.Infrastructure Namespace
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.
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.