Silverlight富文本框-复制和粘贴html

发布于 2024-11-28 21:59:20 字数 176 浏览 1 评论 0原文

我正在使用 silverlight 富文本框来捕获某些实体的描述。要求之一是用户应该能够从网页(互联网)复制数据并将其粘贴到富文本框中。

Silverlight 中的富文本框使用 XAML 来格式化数据,并且没有将 HTML 转换为 XAML 的内置功能。

如果有任何此类实用程序/控件,请告诉我。谢谢。

I am using silverlight rich text box for capturing description for certain entities. One of the requirement is that user should be able to copy data from web pages (Internet) and paste inside the rich text box.

Rich text box in Silverlight uses XAML to format the data and there is no built in feature to convert HTML to XAML.

Please let me know if there is any such utility/control. Thanks.

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

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

发布评论

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

评论(1

金橙橙 2024-12-05 21:59:20

这里是一个很好的起点。那里提到的转换器不是防弹的,但对于简单的转换来说它还不错。

它是一个WPF实用程序,但是IIRC,有它的源代码(现在无法访问该站点),并且我认为将其转换为Silverlight应该不会有太多麻烦。

Here's a good place to start. The converter mentioned there is not bullet proof but for simple conversions it's not bad.

It's a WPF utility, but IIRC, there was a source code for it (can't access the site right now), and I don't think there should be too much trouble to convert it to Silverlight.

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