CoreWebView2FrameInfo.FrameKind Property

Definition

Gets the kind of the frame. FrameKind will only be populated when obtained calling AssociatedFrameInfos. CoreWebView2FrameInfo` objects obtained via ProcessFailed will always have the default value Unknown.

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

Property Value

Remarks

FrameKind could be out of date as it's a snapshot.

Applies to