I have a Model filed that returns an HTML string with line break BR tag, but How do I display that HTML on the browser ? The problem ins instead putting the line break, the
MVC 5
@Html.Raw(WebUtility.HtmlDecode(item.Speaking))