IFormOptionsMetadata.KeyLengthLimit 属性

定义

单个键的长度限制。 包含超过此限制的键的表单在分析时将引发 InvalidDataException。 默认为 2,048 个字节,大约为 2KB。

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

属性值

适用于