MvcViewOptions.AllowRenderingMaxLengthAttribute 属性

定义

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

public:
 property bool AllowRenderingMaxLengthAttribute { bool get(); void set(bool value); };
public bool AllowRenderingMaxLengthAttribute { get; set; }
member this.AllowRenderingMaxLengthAttribute : bool with get, set
Public Property AllowRenderingMaxLengthAttribute As Boolean

属性值

注解

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

适用于