Ecom:Group.IDUrlEncoded

Version: - string  

Summary

Returns the URL encoded ID of the group.

Settings

The value is generated automatically.

Examples

Outputting the template tag

@GetString("Ecom:Group.IDUrlEncoded")

Check if tag has a value

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

Assign tag to a value for later use

@{ string storedTag = GetString("Ecom:Group.IDUrlEncoded"); }

Outputting the template tag

<!--@Ecom:Group.IDUrlEncoded-->

Check if string has a value

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