共用方式為


FormOptions.ValueLengthLimit 屬性

定義

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

public:
 property int ValueLengthLimit { int get(); void set(int value); };
public int ValueLengthLimit { get; set; }
member this.ValueLengthLimit : int with get, set
Public Property ValueLengthLimit As Integer

屬性值

適用於