glass mapper - Image not rendered in Sitecore GlassMapper -


i using glassmapper in sitecore webforms, , want render image, image not rendering.

here code:

 <% using (beginrenderlink(x => x.logolink, iseditable:true))    { %>     <%=renderimage(x=>x.sitelogo) %> <% } %>  

are sure, using appropriate model use as:

     <%= renderimage(x => x.image, iseditable: true) %> 

if not able fix issue, try also

<%= glasshtml.editable(model, x=> x.image, x=> glasshtml.renderimage(x.image))  %>   <%= editable(x=> x.image, x=> glasshtml.renderimage(x.image))  %> 

Comments

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -