interface ICoreWebView2ContentLoadingEventArgs
Note
This reference is no longer being maintained. For the latest API reference, see WebView2 API Reference.
interface ICoreWebView2ContentLoadingEventArgs
: public IUnknown
Event args for the ContentLoading event.
Members | Descriptions |
---|---|
get_IsErrorPage | True if the loaded content is an error page. |
get_NavigationId | The ID of the navigation. |
True if the loaded content is an error page.
public HRESULT get_IsErrorPage(BOOL * isErrorPage)
The ID of the navigation.
public HRESULT get_NavigationId(UINT64 * navigationId)