DefaultHtmlGenerator.AllowRenderingMaxLengthAttribute 属性

定义

获取或设置一个值,该值指示当属性绑定到使用 或 MaxLengthAttribute 属性标记StringLengthAttribute的模型时,是否maxlength应为兼容的 HTML 输入元素呈现特性。

protected:
 property bool AllowRenderingMaxLengthAttribute { bool get(); };
protected bool AllowRenderingMaxLengthAttribute { get; }
member this.AllowRenderingMaxLengthAttribute : bool
Protected ReadOnly Property AllowRenderingMaxLengthAttribute As Boolean

属性值

默认值为 true

注解

如果同时指定了两个属性,则值较小的属性将用于呈现 maxlength 的属性。

此属性当前被忽略。

适用于