如何将富文本粘贴到文本框中?
我想突出显示网页上的一些内容,并能够将其粘贴到 C# winforms 中的 Richtextbox 中。我希望能够看到我粘贴的内容的 HTML 代码。这可能吗?
I want to highlight some stuff on a web page and be able to paste it into a richtextbox in C# winforms. I want to then be able to see the HTML code of what I had pasted. Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此代码片段将返回一个包含代码的字符串。顶部有一些您可能想要解析的标头信息,但它非常简单。
您可以根据需要将其填充到文本框或富文本框中。
This snippet will return a string containing the code. There is some header info at the top that you may want to parse out but it is pretty straight forward.
You will be able to populate that into a text box or richtext box however you like.