2 implementations of Error
Microsoft.AspNetCore.Antiforgery (1)
Internal\AntiforgeryValidationFeature.cs (1)
10
public Exception?
Error
{ get; } = exception;
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
Filters\AntiforgeryMiddlewareAuthorizationFilterTest.cs (1)
87
public Exception
Error
{ get; } = exception;
3 references to Error
Microsoft.AspNetCore.Http.Extensions (1)
RequestDelegateFactory.cs (1)
1514
Log.InvalidAntiforgeryToken(httpContext, parameterTypeName, parameterName, antiforgeryValidationFeature.
Error
!, throwOnBadRequest);
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
Filters\AntiforgeryMiddlewareAuthorizationFilter.cs (2)
24
Log.AntiforgeryTokenInvalid(_logger, antiforgeryValidationFeature.
Error
!.Message, antiforgeryValidationFeature.
Error
!);