Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
20912 Points
3279 Posts
Apr 15, 2012 12:16 PM|LINK
if you retur it as string it is automatically Html encoded causing the effect you notice.
You must return
return MvcHtmlSrting.Create(builder.ToString(TagRenderMode.Normal));
francesco ab...
All-Star
20912 Points
3279 Posts
Re: HTML Helper rendering issue..
Apr 15, 2012 12:16 PM|LINK
if you retur it as string it is automatically Html encoded causing the effect you notice.
You must return
return MvcHtmlSrting.Create(builder.ToString(TagRenderMode.Normal));
Mvc Controls Toolkit | Data Moving Plug-in Videos