Freigeben über


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 1.0.1901.177
WebView2 Win32 Prerelease 1.0.1905

Members

get_NavigationKind

Get the navigation kind of this navigation.

public HRESULT get_NavigationKind(COREWEBVIEW2_NAVIGATION_KIND * navigation_kind)