3 references to DefaultMaxAllowedErrors
Microsoft.AspNetCore.Mvc.Abstractions (2)
ModelBinding\ModelStateDictionary.cs (2)
43
: this(
DefaultMaxAllowedErrors
)
76
: this(dictionary?.MaxAllowedErrors ??
DefaultMaxAllowedErrors
,
Microsoft.AspNetCore.Mvc.Core (1)
MvcOptions.cs (1)
30
private int _maxModelStateErrors = ModelStateDictionary.
DefaultMaxAllowedErrors
;