ICoreWebView2FrameInfo

Undocumented in source.
version(Windows && inline_webview2_bindings && all)
interface ICoreWebView2FrameInfo : IUnknown {
static const
GUID iid;
}

Members

Functions

get_Name
HRESULT get_Name(LPWSTR* name)

The name attribute of the frame, as in <iframe name="frame-name" ...>. The returned string is empty when the frame has no name attribute.

get_Source
HRESULT get_Source(LPWSTR* source)

The URI of the document in the frame.

Meta