共用方式為


IFormOptionsMetadata.ValueLengthLimit 屬性

定義

個別表單值的長度限制。 包含超過此限制值的表單會在剖析時擲回 InvalidDataException。 預設為 4,194,304 個位元組,大約是 4MB。

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

屬性值

適用於