CoreWebView2FrameKind Enum

Specifies the frame kind used in CoreWebView2FrameInfo.

Name Value Description
Other 0x0 Indicates that the frame is a kind we don't differentiate yet.
MainFrame 0x1 Indicates that the frame is a primary main frame(CoreWebView2).
Iframe 0x2 Indicates that the frame is an iframe.

Referenced by