2 writes to ValueCountLimit
Microsoft.AspNetCore.Http (1)
Internal\MutableFormOptionsMetadata.cs (1)
14ValueCountLimit = ValueCountLimit ?? baseFormOptions.ValueCountLimit,
Microsoft.AspNetCore.Mvc.Core (1)
RequestFormLimitsAttribute.cs (1)
86set => FormOptions.ValueCountLimit = value;
5 references to ValueCountLimit
Microsoft.AspNetCore.Http (4)
Features\FormFeature.cs (3)
217ValueCountLimit = _options.ValueCountLimit, 239if (sectionCount > _options.ValueCountLimit) 241throw new InvalidDataException($"Form value count limit {_options.ValueCountLimit} exceeded.");
Internal\MutableFormOptionsMetadata.cs (1)
14ValueCountLimit = ValueCountLimit ?? baseFormOptions.ValueCountLimit,
Microsoft.AspNetCore.Mvc.Core (1)
RequestFormLimitsAttribute.cs (1)
85get => FormOptions.ValueCountLimit;