HTML Encoding Strings – ASP.NET Web Forms VS Razor View Engine September 18, 2023 by Tarik I guess the best approach would be to use the Raw extension-method: @Html.Raw(Model.Something)