我建立一個Winform的應用中(在將來很WPF)與DotNetBrowserControl
Browser.GetRemoteDebuggingURL()返回的String.Empty
BrowserView browserView = new
WinFormsBrowserView(BrowserFactory.Create(BrowserType.HEAVYWEIGHT));
Controls.Add((Control)m_BrowserView);
string remoteDebuggingUrl = m_BrowserView.Browser.GetRemoteDebuggingURL();
通知,remoteDebuggingUrl
是string.Empty
DotNetBrowserVersion/DotNetBrowserChromium - 版本:1.8.3.0 .NetFramework:4.5.2
exaclty!這是我已經有的! – DotNetDev