INavigationStartNavigationHandler Property |
Namespace: DotNetBrowser.Navigation
IHandler<StartNavigationParameters, StartNavigationResponse> StartNavigationHandler { get; set; }
Exception | Condition |
---|---|
ObjectDisposedException | The INavigation has already been disposed. |
Use Start to allow navigation start.
Use Ignore to ignore navigation request.
Important: the browser will be blocked until the Handle() method returns. It is not allowed to invoke any browser methods in the scope of this handler implementation.