interface ICoreWebView2ContentLoadingEventArgs

interface ICoreWebView2ContentLoadingEventArgs
  : public IUnknown

Event args for the ContentLoading event.

Summary

Members Descriptions
get_IsErrorPage True if the loaded content is an error page.
get_NavigationId The ID of the navigation.

Members

get_IsErrorPage

True if the loaded content is an error page.

public HRESULT get_IsErrorPage(BOOL * isErrorPage)

get_NavigationId

The ID of the navigation.

public HRESULT get_NavigationId(UINT64 * navigationId)