【发布时间】:2009-10-21 00:08:03
【问题描述】:
我想设置 WPF WebBrowser 控件的内联内容:
<WebBrowser>
<html>
<body><b>Inline content.</b></body>
</html>
</WebBrowser>
或者:
Dim wb As New WebBrowser
wb.Content = "<html><body><b>Programmatic content</b></body></html>"
【问题讨论】:
标签: html wpf webbrowser-control .net-3.5