2
我想成立一個WPF WebBrowser控件的內聯內容:設置System.Windows.Controls.WebBrowser的內容爲靜態HTML文字?
<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>"
什麼你的意思是嚴重命名?關於「NavigateToString」方法名稱?如果是的話,我同意。 – Shimmy 2009-10-21 17:21:52