Click or drag to resize

IBrowserJsDialogs Property

Gets the IJsDialogs instance that can be used for configuring the JavaScript dialogs that can be shown by browser.

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

Property Value

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