IPluginsAvailablePlugins Property |
Gets the collection of the installed and available Chromium plugins.
Namespace:
DotNetBrowser.Plugins
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntax 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 Exception | Condition |
---|
ObjectDisposedException | The IPlugins object has already been disposed. |
See Also