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