ASP.Net MVC How to render HTML tags Asp.Net MVC - 25.08.20 - ErcanOPAK string myValue = "<b>Hello</b>"; @Html.Raw(HttpUtility.HtmlDecode(myValue)) Related posts:How to get the integrity value for a jquery version of script reference in a web pageFormatting a Nullable DateTime with ToString() in ASP.Net MVCConvert List to List in one line in C#How to add Output Parameter to SqlDataSource Post Views: 6