I store encoded HTML in the database.
The only way i could display it correctly is :
@MvcHtmlString.Create(HttpU
You can also simply use the HtmlString class
HtmlString
@(new HtmlString(Model.Content))