2 writes to ValueLengthLimit
Microsoft.AspNetCore.WebUtilities.Tests (2)
FormReaderTests.cs (2)
134
var 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
" />.
208
if (!TryReadWord('&',
ValueLengthLimit
, out _currentValue))