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;
3 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;