Sam*_*ich 11
使用WebBrowser控件在WinForms应用程序中显示html内容.
您只能指定html内容:
Dim html As string = "<span>my html content</span>"
webBrowser.DocumentText = html
Run Code Online (Sandbox Code Playgroud)
或指定html内容的路径:
webBrowserNotes.Url = "my-html-content.html"
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
11546 次 |
| 最近记录: |