简体   繁体   中英

CefSharp C# How would I get the link to the current website?

我正在使用CefSharp做一个小项目,我和我的朋友正在研究,我们想获取到当前站点的链接,然后将其放入TextBox中,但是我们找不到任何方法来获取该站点的链接。我们当前所在的站点。

Look at the WinForms example at https://github.com/cefsharp/CefSharp.MinimalExample/blob/master/CefSharp.MinimalExample.WinForms/BrowserForm.cs . There is a OnBrowse change event that receives the URL of the browser once it's loaded.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM