CoreWebView2NewWindowRequestedEventArgs.Uri Property

Definition

Gets the target uri of the new window request.

public string Uri { get; }
member this.Uri : string
Public ReadOnly Property Uri As String

Property Value

Remarks

The target WebView should not be navigated. If the NewWindow is set, its top level window will return as the opened WindowProxy.

Applies to