interface ICoreWebView2ExperimentalDOMContentLoadedEventArgs

Note

This reference is no longer being maintained. For the latest API reference, see WebView2 API Reference.

Note

This an experimental API that is shipped with our prerelease SDK. See WebView2 release notes.

interface ICoreWebView2ExperimentalDOMContentLoadedEventArgs
  : public IUnknown

Event args for the DOMContentLoaded event.

Summary

Members Descriptions
get_NavigationId The ID of the navigation.

Members

get_NavigationId

The ID of the navigation.

public HRESULT get_NavigationId(UINT64 * navigation_id)