Share via


CoreWebView2NewWindowRequestedEventArgs.OriginalSourceFrameInfo Property

Definition

The frame info of the frame where the new window request originated. The OriginalSourceFrameInfo is a snapshot of frame information at the time when the new window was requested.

        See <xref data-throw-if-not-resolved="true" uid="Microsoft.Web.WebView2.Core.CoreWebView2FrameInfo"></xref> for details on frame properties.
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