Class BrowserDisposeOptions
- Namespace
- DotNetBrowser.Browser
- Assembly
- DotNetBrowser.dll
The dispose options of the browser.
public sealed class BrowserDisposeOptions
- Inheritance
-
BrowserDisposeOptions
- Inherited Members
Properties
- BeforeUnloadEventHandled
Specifies whether the
beforeunload
andunload
JavaScript events should be handled if they are present on the web page loaded into the browser instance that is about to be disposed.