All-Star
194490 Points
28079 Posts
Moderator
Aug 11, 2013 03:56 PM|Mikesdotnetting|LINK
It woudl be useful if you actually showed the code that causes you problems. In the meantime, if you want to render HTML, you should output it using the Html.Raw helper:
@Html.Raw(myHtml)
All-Star
194490 Points
28079 Posts
Moderator
Re: Storing HTML in SQL and posting to page
Aug 11, 2013 03:56 PM|Mikesdotnetting|LINK
It woudl be useful if you actually showed the code that causes you problems. In the meantime, if you want to render HTML, you should output it using the Html.Raw helper:
@Html.Raw(myHtml)