Compartilhar via


CoreWebView2FrameKind Enum

Definition

Indicates the frame type used in the ICoreWebView2FrameInfo interface.

public enum CoreWebView2FrameKind
type CoreWebView2FrameKind = 
Public Enum CoreWebView2FrameKind
Inheritance
CoreWebView2FrameKind

Fields

Name Value Description
Other 0

Indicates that the frame is a kind we don't differentiate yet.

Unknown 0

Indicates that the frame is an unknown type frame. We may extend this enum type to identify more frame kinds in the future.

MainFrame 1

Indicates that the frame is a primary main frame(webview).

Iframe 2

Indicates that the frame is an iframe.

Embed 3

Indicates that the frame is an embed element.

Object 4

Indicates that the frame is an object element.

Applies to