Ecom:VariantCombination.Link.Clean

Version: - string  

Summary

Returns an URL to the product variant details page.

Settings

The value is generated automatically.

Examples

Outputting the template tag

@GetString("Ecom:VariantCombination.Link.Clean")

Check if tag has a value

@if(!string.IsNullOrWhiteSpace(GetString("Ecom:VariantCombination.Link.Clean"))) { @* Tag has value, so let's do something useful here. *@ }

Assign tag to a value for later use

@{ string storedTag = GetString("Ecom:VariantCombination.Link.Clean"); }

Outputting the template tag

<!--@Ecom:VariantCombination.Link.Clean-->

Check if string has a value

<!--@If Defined(@Ecom:VariantCombination.Link.Clean)--> Let's output this tag here: <strong><!--@Ecom:VariantCombination.Link.Clean--></strong> <!--@EndIf(@Ecom:VariantCombination.Link.Clean)-->