MvcViewOptions.AllowRenderingMaxLengthAttribute 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示在将 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
的属性。