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