2 writes to ValueLengthLimit
Microsoft.AspNetCore.Http (1)
Internal\MutableFormOptionsMetadata.cs (1)
16
ValueLengthLimit
= ValueLengthLimit ?? baseFormOptions.ValueLengthLimit,
Microsoft.AspNetCore.Mvc.Core (1)
RequestFormLimitsAttribute.cs (1)
110
set => FormOptions.
ValueLengthLimit
= value;
3 references to ValueLengthLimit
Microsoft.AspNetCore.Http (2)
Features\FormFeature.cs (1)
219
ValueLengthLimit = _options.
ValueLengthLimit
,
Internal\MutableFormOptionsMetadata.cs (1)
16
ValueLengthLimit = ValueLengthLimit ?? baseFormOptions.
ValueLengthLimit
,
Microsoft.AspNetCore.Mvc.Core (1)
RequestFormLimitsAttribute.cs (1)
109
get => FormOptions.
ValueLengthLimit
;