ICoreWebView2ContentLoadingEventArgs

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

Members

Functions

get_IsErrorPage
HRESULT get_IsErrorPage(BOOL* isErrorPage)

TRUE if the loaded content is an error page.

get_NavigationId
HRESULT get_NavigationId(UINT64* navigationId)

The ID of the navigation.

Meta