CoreWebView2NavigationCompletedEventArgs 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 NavigationCompleted event.
public class CoreWebView2NavigationCompletedEventArgs
public class CoreWebView2NavigationCompletedEventArgs : EventArgs
type CoreWebView2NavigationCompletedEventArgs = class
type CoreWebView2NavigationCompletedEventArgs = class
inherit EventArgs
Public Class CoreWebView2NavigationCompletedEventArgs
Public Class CoreWebView2NavigationCompletedEventArgs
Inherits EventArgs
- Inheritance
-
CoreWebView2NavigationCompletedEventArgs
- Inheritance
-
CoreWebView2NavigationCompletedEventArgs
Properties
HttpStatusCode |
The HTTP status code of the navigation if it involved an HTTP request. For instance, this will usually be 200 if the request was successful, 404 if a page was not found, etc. See https://developer.mozilla.org/docs/Web/HTTP/Status for a list of common status codes. |
IsSuccess |
|
NavigationId |
Gets the ID of the navigation. |
WebErrorStatus |
Gets the error code if the navigation failed. |