Click or drag to resize

BrowserParametersBrowser Property

Gets the IBrowser instance the handler is associated with.

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

Property Value

Type: IBrowser
The IBrowser instance the handler is associated with.
See Also