Event args for the CoreWebView2.ContentLoading event.
Summary
| Members | Description |
|---|---|
| IsErrorPage | true if the loaded content is an error page. |
| NavigationId | Gets the ID of the navigation. |
Properties
IsErrorPage
readonly bool IsErrorPage
true if the loaded content is an error page.
NavigationId
readonly uint64_t NavigationId
Gets the ID of the navigation.