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