FilepublishFileLinkClean

Version: - string  

Summary

Returns the path to the file.

Settings

The value is generated automatically.

Examples

Outputting the template tag

@GetString("FilepublishFileLinkClean")

Check if tag has a value

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

Assign tag to a value for later use

@{ string storedTag = GetString("FilepublishFileLinkClean"); }

Outputting the template tag

<!--@FilepublishFileLinkClean-->

Check if string has a value

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