TinyMCE 打印 HTML

发布于 2024-11-29 02:29:26 字数 95 浏览 1 评论 0原文

TinyMCE...

当我保存表单数据时,通过编辑器输入的文本将与我的索引和详细视图中的所有标签一起显示。知道如何在没有 html 标记的情况下正常显示数据吗?

TinyMCE...

when I save form data, the text that was entered through the editor is being displayed with all of the tags in my index and detail view. Any idea how I can display the data as normal without html mark up?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我爱人 2024-12-06 02:29:26

你如何输出文本?

我猜你应该使用这个:

@Html.Raw(Model.MceText)

How are you outputting the text ?

I'd guess you should be using this:

@Html.Raw(Model.MceText)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文