I store encoded HTML in the database.
The only way i could display it correctly is :
@MvcHtmlString.Create(HttpU
Use Html.Raw(). Phil Haack posted a nice syntax guide at http://haacked.com/archive/2011/01/06/razor-syntax-quick-reference.aspx.
Html.Raw()
@Html.Raw( Model.Content )