我是 C# 新手,我想将 html 字符串(从 ckEditor 保存在数据库中)作为 html 显示到页面
<div class="descriptionText">
<%
Response.Write(dynamicHtml);
%>
</div>
它显示为:
<p> test ht<u>ml test </u>html<strong> test html </strong></p>
但应该是:
测试 html 测试 html测试 html
注意:请建议我可以做 Response.Write 字符串的解决方案