本文介绍了如何在C#中编辑WebkitBrowser的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
亲爱的女士/先生,
如何在C#中编辑WebKitBrowser?
喜欢 - 我打开浏览器(意味着我已经习惯了WebKitBrowser)并输入URL: []
页面已打开。
然后我将编辑页面内容并保存另一个位置。
如何实施上述工作?
请尽快回复。
谢谢
Mahendra Kumar Das
Dear Madam/Sir,
How to Editable Of WebKitBrowser in C#?
Like- I have open the browser (Means I have used to WebKitBrowser)and type in URL : http://www.codeproject.com/Questions/ask.aspx[^]
Page is open .
Then After I will edit the content of the page and Save another location.
How to implement the above work?
Please reply as soon as possible.
Thanks
Mahendra Kumar Das
推荐答案
<div id="divMain" contenteditable="true">This text can be edited.<br/>
<span id="spanBody">This text is written in span. It can also be edited</span>
</div>
希望这可以帮到你。
Hope this helps you.
这篇关于如何在C#中编辑WebkitBrowser的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!