Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Tia ;
I want to catch a NavigationStarting Event , But no go so far
private void webView_NavigationStarting(object sender, CoreWebView2NavigationStartingEventArgs e)
{
navigatingTo = e.Uri.ToString();
// infoBox.Text = "NavigationStarting" + navigatingTo;
MessageBox.Show("NavigationStarting" + navigatingTo);
}
Pls , how to do this ?
Tia
Hi vmars316,
You can catch the NavigationStarting event via following steps:
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentationto enable e-mail notifications if you want to receive the related email notification for this thread.