aspnetcore/test/Microsoft.AspNetCore.Mvc.Vi...
Patrick Westerhoff ddbe0fef26 Allow custom handling of antiforgery failures
To enable custom handling of antiforgery validation failures, use an
`AntiforgeryValidationFailedResult` which is just a `BadRequestResult`
but allows to be identified explicitly inside always-running result
filters using the `IAntiforgeryValidationFailedResult` marker interface.
2018-10-19 13:47:08 -07:00
..
DependencyInjection
Internal Allow custom handling of antiforgery failures 2018-10-19 13:47:08 -07:00
Model
Properties
Rendering Fix some spelling (#8378) 2018-09-06 07:39:01 -07:00
ViewComponents
ViewEngines
ViewFeatures Fix some spelling (#8378) 2018-09-06 07:39:01 -07:00
ControllerTest.cs Fix some spelling (#8378) 2018-09-06 07:39:01 -07:00
ControllerUnitTestabilityTests.cs
Microsoft.AspNetCore.Mvc.ViewFeatures.Test.csproj Use Internal.AspNetCore.Sdk as an MSBuild SDK 2018-10-04 15:12:38 -07:00
ModelStateDictionaryExtensionsTest.cs
PartialViewResultTest.cs
RemoteAttributeTest.cs
Resources.resx
SkipStatusCodePagesAttributeTest.cs
TestApplicationPart.cs
ViewComponentResultTest.cs
ViewComponentTests.cs
ViewResultTest.cs