请教高手,如何使用Razor实现类似<%= ViewData["Content"]%>的效果。
@ViewData["Content"]会将Content的内容Encode,Razor 如何保证输出不被Encode?
@Html.Raw(string)