Property BeforeUnloadEventHandled
- Namespace
- DotNetBrowser.Browser
- Assembly
- DotNetBrowser.dll
BeforeUnloadEventHandled
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.
public bool BeforeUnloadEventHandled { get; set; }
Property Value
- bool
true
if the registered on the web pagebeforeunload
andunload
JavaScript events should be handled when disposing a browser instance,false
otherwise.