MVC 常用技巧
1.把帶 html標簽的字符串 當作html標簽 顯示到View頁面
@Html.Raw(HttpUtility.HtmlDecode(school.Content))轉載于:https://www.cnblogs.com/sky-gfan/p/10582859.html
總結
- 上一篇: 算法题归纳
- 下一篇: C/C++字符串使用整理
1.把帶 html標簽的字符串 當作html標簽 顯示到View頁面
@Html.Raw(HttpUtility.HtmlDecode(school.Content))轉載于:https://www.cnblogs.com/sky-gfan/p/10582859.html