Gallery.List.XmlUrl.UrlEncode

Version: -  

Summary

Returns the encoded path to the XML.

Settings

The value is generated automatically.

Examples

Outputting the template tag

@GetObject("Gallery.List.XmlUrl.UrlEncode")

Check if tag has a value

@if(!var.IsNullOrWhiteSpace(GetObject("Gallery.List.XmlUrl.UrlEncode"))) { @* Tag has value, so let's do something useful here. *@ }

Assign tag to a value for later use

@{ var storedTag = GetObject("Gallery.List.XmlUrl.UrlEncode"); }

Outputting the template tag

<!--@Gallery.List.XmlUrl.UrlEncode-->

Check if object has a value

<!--@If Defined(@Gallery.List.XmlUrl.UrlEncode)--> Let's output this tag here: <strong><!--@Gallery.List.XmlUrl.UrlEncode--></strong> <!--@EndIf(@Gallery.List.XmlUrl.UrlEncode)-->