Click or drag to resize

OpenPopupParametersPopupBrowser Property

Gets the browser instance which should be opened in a popup window.

Namespace:  DotNetBrowser.Browser.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public IBrowser PopupBrowser { get; }

Property Value

Type: IBrowser
The browser instance which should be opened in a popup window.
See Also