Share via


IFormOptionsMetadata.MultipartBoundaryLengthLimit Property

Definition

A limit for the length of the boundary identifier. Forms with boundaries that exceed this limit will throw an InvalidDataException when parsed. Defaults to 128 bytes.

public int? MultipartBoundaryLengthLimit { get; }
member this.MultipartBoundaryLengthLimit : Nullable<int>
Public ReadOnly Property MultipartBoundaryLengthLimit As Nullable(Of Integer)

Property Value

Applies to