Compartir a través de


DefaultHtmlGenerator.AllowRenderingMaxLengthAttribute Propiedad

Definición

Obtiene o establece un valor que indica si el maxlength atributo se debe representar para elementos de entrada HTML compatibles, cuando están enlazados a modelos marcados con StringLengthAttribute o MaxLengthAttribute atributos.

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

Valor de propiedad

El valor predeterminado es true.

Comentarios

Si se especifican ambos atributos, se usará el que tiene el valor más pequeño para el atributo representado maxlength .

Esta propiedad se omite actualmente.

Se aplica a