2 writes to MultipartBoundaryLengthLimit
Microsoft.AspNetCore.Http (1)
Internal\MutableFormOptionsMetadata.cs (1)
17
MultipartBoundaryLengthLimit
= MultipartBoundaryLengthLimit ?? baseFormOptions.MultipartBoundaryLengthLimit,
Microsoft.AspNetCore.Mvc.Core (1)
RequestFormLimitsAttribute.cs (1)
122
set => FormOptions.
MultipartBoundaryLengthLimit
= value;
4 references to MultipartBoundaryLengthLimit
Microsoft.AspNetCore.Http (3)
Features\FormFeature.cs (1)
228
var boundary = GetBoundary(contentType, _options.
MultipartBoundaryLengthLimit
);
Features\FormOptions.cs (1)
28
/// Default value for <see cref="
MultipartBoundaryLengthLimit
"/>.
Internal\MutableFormOptionsMetadata.cs (1)
17
MultipartBoundaryLengthLimit = MultipartBoundaryLengthLimit ?? baseFormOptions.
MultipartBoundaryLengthLimit
,
Microsoft.AspNetCore.Mvc.Core (1)
RequestFormLimitsAttribute.cs (1)
121
get => FormOptions.
MultipartBoundaryLengthLimit
;