Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我们传统的 win-form 系统中,我们支持编辑 RTF 文本。我们正在转向基于 MVC 的解决方案,但似乎不支持 MVC/Web 上的 RTF。
我正在尝试找到任何可以帮助在 MVC 网站上操作 RTF 的工具/插件。
任何建议将不胜感激。
您的 RTF 文件很可能必须以 HTML 格式呈现
请查看如何制作自己的 RTF 转换器,这在您自己的项目中应该很有用。