Share via


interface ICoreWebView2NavigationStartingEventArgs3

Note

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

interface ICoreWebView2NavigationStartingEventArgs3
  : public ICoreWebView2NavigationStartingEventArgs2

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

Members

get_NavigationKind

Get the navigation kind of this navigation.

public HRESULT get_NavigationKind(COREWEBVIEW2_NAVIGATION_KIND * navigation_kind)