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
trueif the registered on the web pagebeforeunloadandunloadJavaScript events should be handled when disposing a browser instance,falseotherwise.