Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi Guys,
Am getting this output "umbraco.MacroEngines.DynamicXml" even when my textString field is empty !!
Here is my piece of code
<div class="desc clearfix">@if(!String.IsNullOrEmpty("img.sliderHeader")){ <span class="titre">@img.sliderHeader</span>} </div>
Any idea why ?
Doesnt matter got it working.
@if(img.HasValue("sliderHeader")){<span class="titre">@img.sliderHeader</span>}
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
umbraco.MacroEngines.DynamicXml
Hi Guys,
Am getting this output "umbraco.MacroEngines.DynamicXml" even when my textString field is empty !!
Here is my piece of code
Any idea why ?
Doesnt matter got it working.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.