2 writes to BufferBody
Microsoft.AspNetCore.Http (1)
Internal\MutableFormOptionsMetadata.cs (1)
11
BufferBody
= BufferBody ?? baseFormOptions.BufferBody,
Microsoft.AspNetCore.Mvc.Core (1)
RequestFormLimitsAttribute.cs (1)
49
set => FormOptions.
BufferBody
= value;
5 references to BufferBody
Microsoft.AspNetCore.Http (4)
Features\FormFeature.cs (1)
199
if (_options.
BufferBody
)
Features\FormOptions.cs (2)
46
/// If <see cref="
BufferBody
"/> is enabled, this many bytes of the body will be buffered in memory.
54
/// If <see cref="
BufferBody
"/> is enabled, this is the limit for the total number of bytes that will
Internal\MutableFormOptionsMetadata.cs (1)
11
BufferBody = BufferBody ?? baseFormOptions.
BufferBody
,
Microsoft.AspNetCore.Mvc.Core (1)
RequestFormLimitsAttribute.cs (1)
48
get => FormOptions.
BufferBody
;