2 writes to KeyLengthLimit
Microsoft.AspNetCore.WebUtilities.Tests (2)
FormReaderTests.cs (2)
107
var formCollection = await ReadFormAsync(new FormReader(body) {
KeyLengthLimit
= 10 });
123
() => ReadFormAsync(new FormReader(body) {
KeyLengthLimit
= 10 }));
2 references to KeyLengthLimit
Microsoft.AspNetCore.WebUtilities (2)
FormReader.cs (2)
23
/// Gets the default value for <see cref="
KeyLengthLimit
"/>.
195
if (!TryReadWord('=',
KeyLengthLimit
, out _currentKey))