2 writes to MaxRecursionDepth
Microsoft.AspNetCore.Components.Endpoints (2)
DependencyInjection\DefaultRazorComponentsServiceOptionsConfiguration.cs (1)
30
MaxRecursionDepth
= options.MaxFormMappingRecursionDepth,
DependencyInjection\RazorComponentsServiceOptions.cs (1)
45
_formMappingOptions.
MaxRecursionDepth
= value;
2 references to MaxRecursionDepth
Microsoft.AspNetCore.Components.Endpoints (2)
DependencyInjection\RazorComponentsServiceOptions.cs (1)
41
get => _formMappingOptions.
MaxRecursionDepth
;
FormMapping\HttpContextFormValueMapper.cs (1)
140
MaxRecursionDepth = options.
MaxRecursionDepth
,