2 writes to KeyLengthLimit
Microsoft.AspNetCore.Http (1)
Internal\MutableFormOptionsMetadata.cs (1)
15KeyLengthLimit = KeyLengthLimit ?? baseFormOptions.KeyLengthLimit,
Microsoft.AspNetCore.Mvc.Core (1)
RequestFormLimitsAttribute.cs (1)
98set => FormOptions.KeyLengthLimit = value;
4 references to KeyLengthLimit
Microsoft.AspNetCore.Http (2)
Features\FormFeature.cs (1)
218KeyLengthLimit = _options.KeyLengthLimit,
Internal\MutableFormOptionsMetadata.cs (1)
15KeyLengthLimit = KeyLengthLimit ?? baseFormOptions.KeyLengthLimit,
Microsoft.AspNetCore.Mvc.Core (1)
RequestFormLimitsAttribute.cs (1)
97get => FormOptions.KeyLengthLimit;
Microsoft.AspNetCore.Mvc.Core.Test (1)
RequestFormLimitsAttributeTest.cs (1)
73Assert.Equal(0, requestFormLimitsAttribute.FormOptions.KeyLengthLimit);