Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Fuji Kusaka 2203 posts 4220 karma points
    Apr 03, 2013 @ 13:40
    Fuji Kusaka
    0

    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 

    <div class="desc clearfix">
    @if(!String.IsNullOrEmpty("img.sliderHeader")){ <span class="titre">@img.sliderHeader</span>
    } </div>

    Any idea why ? 

  • Fuji Kusaka 2203 posts 4220 karma points
    Apr 03, 2013 @ 13:46
    Fuji Kusaka
    0

    Doesnt matter got it working.

    @if(img.HasValue("sliderHeader")){
    <span class="titre">@img.sliderHeader</span>
    }
Please Sign in or register to post replies

Write your reply to:

Draft