interface ICoreWebView2NavigationStartingEventArgs3
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 * value)