1 write to KeyLengthLimit
Microsoft.AspNetCore.Mvc.Core.Test (1)
RequestFormLimitsAttributeTest.cs (1)
61requestFormLimitsAttribute.KeyLengthLimit = 0;
1 reference to KeyLengthLimit
Microsoft.AspNetCore.Mvc.Core (1)
RequestFormLimitsAttribute.cs (1)
101int? IFormOptionsMetadata.KeyLengthLimit => KeyLengthLimit;