Property Path
- Namespace
- DotNetBrowser.Plugins
- Assembly
- DotNetBrowser.dll
Path
Gets the plugin path representation.
public string Path { get; }
Property Value
- 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>
).