Compartilhar via


DefaultHtmlGenerator.AllowRenderingMaxLengthAttribute Propriedade

Definição

Obtém ou define um valor que indica se o maxlength atributo deve ser renderizado para elementos de entrada HTML compatíveis, quando eles estão associados a modelos marcados com StringLengthAttribute atributos ou MaxLengthAttribute .

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

Valor da propriedade

O valor padrão é true.

Comentários

Se ambos os atributos forem especificados, aquele com o valor menor será usado para o atributo renderizado maxlength .

No momento, essa propriedade é ignorada.

Aplica-se a