ICoreWebView2DOMContentLoadedEventArgs

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

Members

Functions

get_NavigationId
HRESULT get_NavigationId(UINT64* navigationId)

The ID of the navigation which corresponds to other navigation ID properties on other navigation events.

Meta