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;
4 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
;
Microsoft.AspNetCore.Mvc.Core.Test (1)
RequestFormLimitsAttributeTest.cs (1)
73
Assert.Equal(0, requestFormLimitsAttribute.FormOptions.
KeyLengthLimit
);