Share via


IFormOptionsMetadata.MultipartBodyLengthLimit Property

Definition

/A limit for the length of each multipart body. Forms sections that exceed this limit will throw an InvalidDataException when parsed. Defaults to 134,217,728 bytes, which is approximately 128MB.

public long? MultipartBodyLengthLimit { get; }
member this.MultipartBodyLengthLimit : Nullable<int64>
Public ReadOnly Property MultipartBodyLengthLimit As Nullable(Of Long)

Property Value

Applies to