Ecom:CustomerCenter.DefaultList.RemoveURL

Version: - string  

Summary

Returns an URL that removes/deletes the list.

Settings

The value is generated automatically.

Remarks

This tag can be used for the list marked as default.

Examples

Outputting the template tag

@GetString("Ecom:CustomerCenter.DefaultList.RemoveURL")

Check if tag has a value

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

Assign tag to a value for later use

@{ string storedTag = GetString("Ecom:CustomerCenter.DefaultList.RemoveURL"); }

Outputting the template tag

<!--@Ecom:CustomerCenter.DefaultList.RemoveURL-->

Check if string has a value

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