You need to output an instance of the new IHtmlString interface, which contains pre-escaped HTML.
To do that write @Html.Raw(...).
You need to output an instance of the new IHtmlString interface, which contains pre-escaped HTML.
To do that write @Html.Raw(...).