I store encoded HTML in the database.
The only way i could display it correctly is :
@MvcHtmlString.Create(HttpU
Try this:
@Html.Raw(HttpUtility.HtmlDecode(Model.Content))