1:在Asp.net中使用
@Html.Raw(HttpUtility.HtmlDecode(school.Content))
2:在Asp.NetCore中使用
@Html.Raw(System.Net.WebUtility.UrlDecode(@Model.Content))