IPluginsAvailablePlugins Property  | 
 
                Gets the collection of the installed and available Chromium plugins.
            
 
    Namespace: 
   DotNetBrowser.Plugins
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.0
SyntaxIEnumerable<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