1 write to ErrorHandler
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\HttpContextFormValueMapper.cs (1)
138
ErrorHandler
= context.OnError,
4 references to ErrorHandler
Microsoft.AspNetCore.Components.Endpoints (4)
FormMapping\FormDataReader.cs (4)
61
if (
ErrorHandler
== null)
69
ErrorHandler
.Invoke(
80
ErrorHandler
.Invoke(_currentPrefixBuffer.ToString(), errorMessage, attemptedValue);
89
if (exception is FormDataMappingException &&
ErrorHandler
== null)