2 writes to ValueLengthLimit
Microsoft.AspNetCore.WebUtilities.Tests (2)
FormReaderTests.cs (2)
134var formCollection = await ReadFormAsync(new FormReader(body) { ValueLengthLimit = 10 }); 150() => ReadFormAsync(new FormReader(body) { ValueLengthLimit = 10 }));
2 references to ValueLengthLimit
Microsoft.AspNetCore.WebUtilities (2)
FormReader.cs (2)
29/// Gets the default value for <see cref="ValueLengthLimit" />. 208if (!TryReadWord('&', ValueLengthLimit, out _currentValue))