在 DataList 内呈现 HTML
我有一个格式化文本,其中包含粗体、斜体和消息中实现的其他样式。 我将此消息存储在数据库中。 现在我想将这些标签实现到 DataList 内的 a 字段中。 我该怎么做?
不起作用。 它只是显示标签本身。 有什么帮助吗?
I have a formatted text that contains Bolded, italicsed, and other styles implemented inside the message. I have this message stored in a Database. Now I want to implement these tags into work inside the a field inside the DataList. How do I do it?
Doesn't work. It just shows up the tags as such. Any help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的意思是您的“消息”包含格式化的 HTML,那么您应该在 DataBinder 评估“消息”属性的值后对其进行 HTMLDecode。 例如:
If you mean that your "message" contains formatted HTML, you should simply HTMLDecode it after the DataBinder has evaluated the value of the "message" property. For example: