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)
164
set => FormOptions.
MultipartBodyLengthLimit
= value;
6 references to MultipartBodyLengthLimit
Microsoft.AspNetCore.Http (5)
Features\FormFeature.cs (2)
233
BodyLengthLimit = _options.
MultipartBodyLengthLimit
,
256
_options.MemoryBufferThreshold, _options.
MultipartBodyLengthLimit
);
Features\FormOptions.cs (2)
34
/// Default value for <see cref="
MultipartBodyLengthLimit
"/>.
81
/// For forms with a <c>multipart/form-data</c> content type, use <see cref="
MultipartBodyLengthLimit
"/>.
Internal\MutableFormOptionsMetadata.cs (1)
20
MultipartBodyLengthLimit = MultipartBodyLengthLimit ?? baseFormOptions.
MultipartBodyLengthLimit
Microsoft.AspNetCore.Mvc.Core (1)
RequestFormLimitsAttribute.cs (1)
163
get => FormOptions.
MultipartBodyLengthLimit
;