【发布时间】:2013-08-09 06:01:42
【问题描述】:
我在 itextsharp 中有以下代码
productCell.AddElement(new Phrase(Server.HtmlDecode((this.Product.Description != null) ? this.Product.Description : ""), "Arial"));
但是页面被渲染为 html 源。 有人有解决方案吗? 其余代码没问题
【问题讨论】:
标签: c# html asp.net itextsharp