MvcViewOptions.AllowRenderingMaxLengthAttribute Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece un valor que indica si el atributo maxlength debe representarse para elementos HTML compatibles, cuando están enlazados a modelos marcados con o StringLengthAttributeMaxLengthAttribute atributos.
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
Valor de propiedad
Comentarios
Si se especifican ambos atributos, se usará el que tiene el valor más pequeño para el atributo representado maxlength
.