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 align inconsistently sized logos with CSSHow to use client-side function on checkbox or any asp.net componentUsing View Model to pass Multiple Models in Single View in MVCPassing parameters to JavaScript files Post Views: 2