1 write to ValueCountLimit
Microsoft.AspNetCore.Http (1)
Features\FormFeature.cs (1)
217ValueCountLimit = _options.ValueCountLimit,
2 references to ValueCountLimit
Microsoft.AspNetCore.WebUtilities (2)
FormPipeReader.cs (2)
380if (accumulator.ValueCount > ValueCountLimit) 382throw new InvalidDataException($"Form value count limit {ValueCountLimit} exceeded.");