要在C#中引用mshtml,可以按照以下步驟操作:
現在,你可以在C#代碼中使用mshtml。例如,可以使用以下代碼創建和操作一個HtmlDocument對象:
using mshtml;
// 創建HtmlDocument對象
HTMLDocumentClass htmlDoc = new HTMLDocumentClass();
// 加載HTML內容
htmlDoc.write("Hello, World!");
// 獲取body元素
IHTMLElement body = htmlDoc.body;
// 設置body文本顏色為紅色
body.style.color = "red";
// 顯示HTML
Console.WriteLine(htmlDoc.documentElement.outerHTML);
請注意,引用mshtml可能需要使用COM互操作,因此需要確保目標機器上已安裝Internet Explorer。