DefaultHtmlGenerator.AllowRenderingMaxLengthAttribute Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.