2 writes to MaxErrorCount
Microsoft.AspNetCore.Components.Endpoints (2)
DependencyInjection\DefaultRazorComponentsServiceOptionsConfiguration.cs (1)
31
MaxErrorCount
= options.MaxFormMappingErrorCount,
DependencyInjection\RazorComponentsServiceOptions.cs (1)
57
_formMappingOptions.
MaxErrorCount
= value;
2 references to MaxErrorCount
Microsoft.AspNetCore.Components.Endpoints (2)
DependencyInjection\RazorComponentsServiceOptions.cs (1)
54
get => _formMappingOptions.
MaxErrorCount
;
FormMapping\HttpContextFormValueMapper.cs (1)
141
MaxErrorCount = options.
MaxErrorCount