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
You can just omit both DisplayFor and modelItem =>, so:
@Html.Raw(item.Speaking)