Click or drag to resize

IBrowserSettings Property

Gets the IBrowserSettings instance that can be used for modifying the settings of the browser.

Namespace:  DotNetBrowser.Browser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IBrowserSettings Settings { get; }

Property Value

Type: IBrowserSettings
The IBrowserSettings instance associated with this IBrowser.
See Also