CoreWebView2NewWindowRequestedEventArgs.OriginalSourceFrameInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.