CoreWebView2NewWindowRequestedEventArgs.OriginalSourceFrameInfo Property

Definition

The frame info of the frame where the new window request originated.

public Microsoft.Web.WebView2.Core.CoreWebView2FrameInfo OriginalSourceFrameInfo { get; }
member this.OriginalSourceFrameInfo : Microsoft.Web.WebView2.Core.CoreWebView2FrameInfo
Public ReadOnly Property OriginalSourceFrameInfo As CoreWebView2FrameInfo

Property Value

Remarks

The OriginalSourceFrameInfo is a snapshot of frame information at the time when the new window was requested. See CoreWebView2FrameInfo for details on frame properties.

Applies to