Click or drag to resize

BrowserDisposeOptions Class

The dispose options of the browser.
Inheritance Hierarchy
SystemObject
  DotNetBrowser.BrowserBrowserDisposeOptions

Namespace:  DotNetBrowser.Browser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.22.0
Syntax
C#
public sealed class BrowserDisposeOptions

The BrowserDisposeOptions type exposes the following members.

Constructors
  NameDescription
Public methodBrowserDisposeOptions
Initializes a new instance of the BrowserDisposeOptions class
Top
Properties
  NameDescription
Public propertyBeforeUnloadEventHandled
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.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also