2 writes to ValueCountLimit
Microsoft.AspNetCore.Http (1)
Internal\MutableFormOptionsMetadata.cs (1)
14
ValueCountLimit
= ValueCountLimit ?? baseFormOptions.ValueCountLimit,
Microsoft.AspNetCore.Mvc.Core (1)
RequestFormLimitsAttribute.cs (1)
86
set => FormOptions.
ValueCountLimit
= value;
5 references to ValueCountLimit
Microsoft.AspNetCore.Http (4)
Features\FormFeature.cs (3)
217
ValueCountLimit = _options.
ValueCountLimit
,
239
if (sectionCount > _options.
ValueCountLimit
)
241
throw new InvalidDataException($"Form value count limit {_options.
ValueCountLimit
} exceeded.");
Internal\MutableFormOptionsMetadata.cs (1)
14
ValueCountLimit = ValueCountLimit ?? baseFormOptions.
ValueCountLimit
,
Microsoft.AspNetCore.Mvc.Core (1)
RequestFormLimitsAttribute.cs (1)
85
get => FormOptions.
ValueCountLimit
;