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