Click or drag to resize

IPluginsAvailablePlugins Property

Gets the collection of the installed and available Chromium plugins.

Namespace:  DotNetBrowser.Plugins
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.1
Syntax
C#
IEnumerable<Plugin> AvailablePlugins { get; }

Property Value

Type: IEnumerablePlugin
The collection of the installed and available Chromium plugins. The collection will be empty if there are no installed and available plugins.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IPlugins object has already been disposed.
See Also