Partager via


DefaultHtmlGenerator.AllowRenderingMaxLengthAttribute Propriété

Définition

Obtient ou définit une valeur qui indique si l’attribut doit être rendu pour les maxlength éléments d’entrée HTML compatibles, lorsqu’ils sont liés à des modèles marqués avec StringLengthAttribute des attributs ou MaxLengthAttribute .

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

Valeur de propriété

La valeur par défaut est true.

Remarques

Si les deux attributs sont spécifiés, celui qui a la valeur la plus petite est utilisé pour l’attribut rendu maxlength .

Cette propriété est actuellement ignorée.

S’applique à