如何在网页中显示自定义文本

问题描述:

我正在使用邮件服务器,如果用户通过自定义文本发送邮件(使用了ajax html编辑器并以html格式保存.那么现在我要显示自定义的文本.那么我该怎么做呢?


在此先感谢

I am working with mail server, If user sends a mail message by customizing the text (used ajax html editor and saved in html format. So now I want to show the customized text. so what can I use to to do it


Thanks in advance

Label控件可以在该控件的text属性内添加html标签.

只需将AJAX HTML编辑器的HTML文本分配给标签,它便应照原样呈现.
The Label control can add html tags within the text property of the control.

Simply assign the HTML text of the AJAX HTML Editor to the label and it should render it as is.