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