Click or drag to resize

BrowserDisposeOptionsBeforeUnloadEventHandled Property

Specifies whether the beforeunload and unload JavaScript events should be handled if they are present on the web page loaded into the browser instance that is about to be disposed.

Namespace:  DotNetBrowser.Browser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.22.0
Syntax
C#
public bool BeforeUnloadEventHandled { get; set; }

Property Value

Type: Boolean
true if the registered on the web page beforeunload and unload JavaScript events should be handled when disposing a browser instance, false otherwise.
See Also