• Aide
  • Utilisateurs
  • Développeurs
  • Doc interne
  • e-learning
Show / Hide Table of Contents

Class ProduitLibelle

A utiliser dans un contrôle bindé sur un produit : affiche un span avec le libellé du produit

Héritage
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
System.Web.UI.WebControls.Label
ProduitLibelle
Syntaxe
public class ProduitLibelle : Label, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, ITextControl, IEquihiraBindable
Remarques

Le controle s'affiche sous la forme d'un span:

<span>[Le libellé du produit]<span>

Si vous avez activé RDFa, le span sera modifié pour ajouter une attribut itemprop="name".

Constructors

ProduitLibelle()

Construteur du type

Déclaration
public ProduitLibelle()

Propriétés

MaxLength

Taille maximale (en caractères) affichée

Déclaration
public int MaxLength { get; set; }
Remarques

Si le libellé dépasse cette taille, il sera tronqué et terminé par ....

Valeur par défaut : pas de limite

Implements

System.IDisposable
CPointSoftware.ECommerce.Tools.IEquihiraBindable