Property Id
- Namespace
- DotNetBrowser.Extensions
- Assembly
- DotNetBrowser.dll
Id
Gets the identifier of the extension.
string Id { get; }
Property Value
- string
The identifier of the extension.
Exceptions
- ObjectDisposedException
The IExtension has already been disposed.
- ConnectionClosedException
The connection to the Chromium engine is closed.