Hi,
I'm trying to switch from using webBrowser to webView2 control, in my WinForm application. With webBrowser, I'm able to capture the URL of a link (when clicked) on the webpage., even if it's javascript (javascript:_doPostBack('btnCancel','')) via the webBrowser1_Navigating event (e.URL). I'm not able to find a way to do this via webView2. Note: I've tried "webView21.Source.OriginalString", but not getting any detection that the link was clicked.
thanks,
Ron
I'm trying to switch from using webBrowser to webView2 control, in my WinForm application. With webBrowser, I'm able to capture the URL of a link (when clicked) on the webpage., even if it's javascript (javascript:_doPostBack('btnCancel','')) via the webBrowser1_Navigating event (e.URL). I'm not able to find a way to do this via webView2. Note: I've tried "webView21.Source.OriginalString", but not getting any detection that the link was clicked.
thanks,
Ron