在Razor中返回类型为 IHtmlString 的都会被编码成html,其他都是string字符串。 //Controller string msgStr = "this is an html element: <input>"; ...
確定! 回上一頁