Click or drag to resize

IBrowserProfile Property

Gets the IProfile instance associated with this browser.

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

Property Value

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