【发布时间】:2018-04-01 20:03:47
【问题描述】:
我的字符串是:
string title = "CaSiO<sub>3</sub> perovskite in diamond indicates the recycling of oceanic crust into the lower mantle."
我使用了@Html.Raw(title) 并得到了
CaSiO<sub>3</sub> perovskite in diamond indicates the recycling of oceanic crust into the lower mantle.
如何在视图中打印它:
金刚石中的CaSiO3钙钛矿表明洋壳循环进入下地幔。
【问题讨论】:
标签: asp.net-mvc razor html-helper