Display encoded html with razor February 2, 2023 by Tarik Try this: <div class="content"> @Html.Raw(HttpUtility.HtmlDecode(Model.Content)) </div>