简体   繁体   中英

VB.NET - Process HTML Code from Textbox in Web Browser Object

I have not posted on here in a while, but i have a question, how do i process HTML Code from a TextBox into a WebBrowser? like Process the HTML Code written in a TextBox (in real time, mostly), Not save it yet (if possible), and run it in the WebBrowser Object? Thank You, Charles

您可以使用WebBrowser.DocumentText属性,该属性允许获取或设置 WebBrowser 控件中显示的页面的 HTML 内容

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM