C# Class CatalogHelper, CSharpCream

Show file Open project: kikoanis/CSharpCream Class Usage Examples

Public Methods

Method Description
ProductImage ( this helper, string imageName ) : string

Creates an image tag for a product

Method Details

ProductImage() public static method

Creates an image tag for a product
public static ProductImage ( this helper, string imageName ) : string
helper this
imageName string The name of the product image
return string