Gets the plugin path representation.
            
 
    Namespace: 
   DotNetBrowser.Plugins
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.15.0
Syntaxpublic string Path { get; }Property Value
Type: 
String
                The plugin path representation. This can be one of the following:
                
-  the absolute path to the plugin file on the local file system;
 -  the plugin extension name; 
 - 
                        the resource URL (for example, chrome-extension://<IDENTIFIER>).
                    
 
See Also