1 write to MaxErrorCount
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\HttpContextFormValueMapper.cs (1)
141
MaxErrorCount
= options.MaxErrorCount
3 references to MaxErrorCount
Microsoft.AspNetCore.Components.Endpoints (3)
FormMapping\FormDataReader.cs (3)
67
if (_errorCount ==
MaxErrorCount
)
71
FormattableStringFactory.Create($"Maximum number of errors ({
MaxErrorCount
}) reached. Further errors will be suppressed."),
75
if (_errorCount >=
MaxErrorCount
)