Click or drag to resize

IBrowserUserDataProfiles Property

Gets the IUserDataProfiles instance that can be used for working with user data profiles saved in the Chromium user data store.

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

Property Value

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