Open
Description
The CoreWebView2NavigationCompletedEventArgs
event does not include a Uri
property. This is the event received when subscribing to the WebView2
NavigationCompleted
event. This is rather inconvenient and does not align with the CoreWebView2NavigationStartingEventArgs
event which does include a Uri
property.
Is this "by design"? Because it feels just like an omission.
Our we now supposed to use a dictionary of NavigationId
s to figure out the Uri
based on remembering the Uri
we get in the NavigationStarting
event?
package id="Microsoft.Web.WebView2"
version="1.0.674-prerelease"
targetFramework="net48"