LeadsMail:Referrer.Keywords

Version: - string  

Summary

Returns keywords of referrer.

Settings

The value is generated automatically.

Examples

Outputting the template tag

@GetString("LeadsMail:Referrer.Keywords")

Check if tag has a value

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

Assign tag to a value for later use

@{ string storedTag = GetString("LeadsMail:Referrer.Keywords"); }

Outputting the template tag

<!--@LeadsMail:Referrer.Keywords-->

Check if string has a value

<!--@If Defined(@LeadsMail:Referrer.Keywords)--> Let's output this tag here: <strong><!--@LeadsMail:Referrer.Keywords--></strong> <!--@EndIf(@LeadsMail:Referrer.Keywords)-->