CoreWebView2NavigationStartingEventArgs Class
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.
Event args for the NavigationStarting event.
public class CoreWebView2NavigationStartingEventArgs
public class CoreWebView2NavigationStartingEventArgs : EventArgs
public class CoreWebView2NavigationStartingEventArgs : System.ComponentModel.CancelEventArgs
type CoreWebView2NavigationStartingEventArgs = class
type CoreWebView2NavigationStartingEventArgs = class
inherit EventArgs
type CoreWebView2NavigationStartingEventArgs = class
inherit CancelEventArgs
Public Class CoreWebView2NavigationStartingEventArgs
Public Class CoreWebView2NavigationStartingEventArgs
Inherits EventArgs
Public Class CoreWebView2NavigationStartingEventArgs
Inherits CancelEventArgs
- Inheritance
-
CoreWebView2NavigationStartingEventArgs
- Inheritance
-
CoreWebView2NavigationStartingEventArgs
- Inheritance
-
CoreWebView2NavigationStartingEventArgs
Properties
AdditionalAllowedFrameAncestors |
Additional allowed frame ancestors set by the host app. |
Cancel |
Determines whether to cancel the navigation. |
IsRedirected |
|
IsUserInitiated |
|
NavigationId |
Gets the ID of the navigation. |
NavigationKind |
Gets the navigation kind of the navigation. |
RequestHeaders |
Gets the HTTP request headers for the navigation. |
Uri |
Gets the uri of the requested navigation. |