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

Class AmpProduitImage

Affiche l'image du produit dans une page AMP

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

Propriétés

Height

Obtient ou définit la hauteur de l'image

Déclaration
public int? Height { get; set; }

ImageType

Obtient ou définit le type d'image à afficher

Déclaration
public TypeProduitImage ImageType { get; set; }

ImageUrlIfNone

Obtient ou définit l'url de l'image "par défaut" si le produit n'a pas d'image

Déclaration
public string ImageUrlIfNone { get; set; }

LinkType

Obtient ou définit le type de lien (vers la fiche produit, vers l'image grand format)

Déclaration
public TypeLienProduit LinkType { get; set; }

Width

Obtient ou définit la largeur de l'image

Déclaration
public int? Width { get; set; }

Implements

System.IDisposable
CPointSoftware.ECommerce.Tools.IEquihiraBindable