2 writes to MultipartBodyLengthLimit
Microsoft.AspNetCore.Http (1)
Internal\MutableFormOptionsMetadata.cs (1)
20
MultipartBodyLengthLimit
= MultipartBodyLengthLimit ?? baseFormOptions.MultipartBodyLengthLimit
Microsoft.AspNetCore.Mvc.Core (1)
RequestFormLimitsAttribute.cs (1)
159
set => FormOptions.
MultipartBodyLengthLimit
= value;
5 references to MultipartBodyLengthLimit
Microsoft.AspNetCore.Http (4)
Features\FormFeature.cs (2)
233
BodyLengthLimit = _options.
MultipartBodyLengthLimit
,
256
_options.MemoryBufferThreshold, _options.
MultipartBodyLengthLimit
);
Features\FormOptions.cs (1)
34
/// Default value for <see cref="
MultipartBodyLengthLimit
"/>.
Internal\MutableFormOptionsMetadata.cs (1)
20
MultipartBodyLengthLimit = MultipartBodyLengthLimit ?? baseFormOptions.
MultipartBodyLengthLimit
Microsoft.AspNetCore.Mvc.Core (1)
RequestFormLimitsAttribute.cs (1)
158
get => FormOptions.
MultipartBodyLengthLimit
;