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