Click or drag to resize

PluginPath Property

Gets the plugin path representation.

Namespace:  DotNetBrowser.Plugins
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public 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