4 references to ErrorHandler
Microsoft.AspNetCore.Http.Extensions (4)
src\aspnetcore\src\Components\Endpoints\src\FormMapping\FormDataReader.cs (4)
63
if (
ErrorHandler
== null)
71
ErrorHandler
.Invoke(
82
ErrorHandler
.Invoke(_currentPrefixBuffer.ToString(), errorMessage, attemptedValue);
91
if (exception is FormDataMappingException &&
ErrorHandler
== null)