Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
interface ICoreWebView2ContentLoadingEventArgs
: public IUnknown
Event args for the ContentLoading event.
Summary
| Members | Descriptions |
|---|---|
| get_IsErrorPage | True if the loaded content is an error page. |
| get_NavigationId | The ID of the navigation. |
Members
get_IsErrorPage
True if the loaded content is an error page.
public HRESULT get_IsErrorPage(BOOL * isErrorPage)
get_NavigationId
The ID of the navigation.
public HRESULT get_NavigationId(UINT64 * navigationId)