CoreWebView2NavigationKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the navigation kind of each navigation.
public enum CoreWebView2NavigationKind
type CoreWebView2NavigationKind =
Public Enum CoreWebView2NavigationKind
- Inheritance
-
CoreWebView2NavigationKind
Fields
Name | Value | Description |
---|---|---|
Reload | 0 | A navigation caused by |
BackOrForward | 1 | A navigation back or forward to a different entry in the session navigation history,
like via |
NewDocument | 2 | A navigation to another document, which can be caused by |