3 references to ValueCountLimit
Microsoft.AspNetCore.WebUtilities (3)
FormReader.cs (3)
17/// Gets the default value for <see cref="ValueCountLimit"/>. 321if (accumulator.ValueCount > ValueCountLimit) 323throw new InvalidDataException($"Form value count limit {ValueCountLimit} exceeded.");