interface ICoreWebView2ExperimentalNavigationStartingEventArgs2

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 ICoreWebView2ExperimentalNavigationStartingEventArgs2
  : public IUnknown

The NavigationKind API that enables developers to get more information about navigation type.

Summary

Members Descriptions
get_NavigationKind Get the navigation kind of this navigation.

Applies to

Product Introduced
WebView2 Win32 N/A
WebView2 Win32 Prerelease 1.0.1619

Members

get_NavigationKind

Get the navigation kind of this navigation.

public HRESULT get_NavigationKind(COREWEBVIEW2_NAVIGATION_KIND * navigation_kind)