RequestFormLimitsAttribute.ValueCountLimit プロパティ

定義

許可するフォーム エントリの数の制限。 この制限を超えるフォームでは、解析時に が InvalidDataException スローされます。

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

プロパティ値

適用対象