aspnetcore/test/Microsoft.AspNetCore.Mvc.Vi.../Internal
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
..
AutoValidateAntiforgeryTokenAuthorizationFilterTest.cs
ControllerSaveTempDataPropertyFilterFactoryTest.cs
ControllerSaveTempDataPropertyFilterTest.cs
ControllerViewDataAttributeFilterFactoryTest.cs
ControllerViewDataAttributeFilterTest.cs
DefaultDisplayTemplatesTest.cs Fix typos (#8413) 2018-09-12 09:34:45 -07:00
DefaultEditorTemplatesTest.cs Fix typos (#8413) 2018-09-12 09:34:45 -07:00
ExpressionHelperTest.cs Fix some spelling (#8378) 2018-09-06 07:39:01 -07:00
ExpressionMetadataProviderTest.cs Fix some spelling (#8378) 2018-09-06 07:39:01 -07:00
FormatWeekHelperTest.cs
HtmlAttributePropertyHelperTest.cs
LifecyclePropertyTest.cs
MemberExpressionCacheKeyComparerTest.cs Fix some spelling (#8378) 2018-09-06 07:39:01 -07:00
MemberExpressionCacheKeyTest.cs Fix some spelling (#8378) 2018-09-06 07:39:01 -07:00
PagedBufferedTextWriterTest.cs
PagedCharBufferTest.cs
SaveTempDataFilterTest.cs
TempDataApplicationModelProviderTest.cs
TempDataSerializerTest.cs
TemplateRendererTest.cs
ValidateAntiforgeryTokenAuthorizationFilterTest.cs Allow custom handling of antiforgery failures 2018-10-19 13:47:08 -07:00
ViewBufferTest.cs
ViewBufferTextWriterTest.cs
ViewDataAttributeApplicationModelProviderTest.cs
ViewDataAttributePropertyProviderTest.cs Fix typos (#8413) 2018-09-12 09:34:45 -07:00