Buckaroo.Return_Type

Version: - string  

Summary

Returns return type.  

Settings

The value is generated automatically.

Examples

Outputting the template tag

@GetString("Buckaroo.Return_Type")

Check if tag has a value

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

Assign tag to a value for later use

@{ string storedTag = GetString("Buckaroo.Return_Type"); }

Outputting the template tag

<!--@Buckaroo.Return_Type-->

Check if string has a value

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