INavigationShowNetErrorPageHandler Property |
Namespace: DotNetBrowser.Navigation
IHandler<ShowNetErrorPageParameters, ShowNetErrorPageResponse> ShowNetErrorPageHandler { get; set; }
Exception | Condition |
---|---|
ObjectDisposedException | The INavigation has already been disposed. |
Use Show(String) to show the custom network error page with the given HTML.
Use ShowDefault to display the default Chromium network error page.
Important: the engine will be blocked until the Handle() method returns. It is not allowed to invoke any engine methods in the scope of this handler implementation.