Click or drag to resize

IPlugins.AvailablePlugins Property

Gets the collection of the installed and available Chromium plugins.

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

Property Value

Type: IEnumerable<Plugin>
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