FormOptions.BufferBodyLengthLimit 属性

定义

如果 BufferBody 已启用 ,则表示将缓冲的字节总数的限制。 超出此限制的表单在分析时将引发 InvalidDataException 。 默认为 134,217,728 字节,大约为 128MB。

public:
 property long BufferBodyLengthLimit { long get(); void set(long value); };
public long BufferBodyLengthLimit { get; set; }
member this.BufferBodyLengthLimit : int64 with get, set
Public Property BufferBodyLengthLimit As Long

属性值

适用于