Table of Contents

Property InstallExtensionHandler

Namespace
DotNetBrowser.Extensions
Assembly
DotNetBrowser.dll

InstallExtensionHandler

Gets or sets a handler that is used when the user installs an extension from Chrome Web Store.

IHandler<InstallExtensionParameters, InstallExtensionResponse> InstallExtensionHandler { get; set; }

Property Value

IHandler<InstallExtensionParameters, InstallExtensionResponse>

Remarks

Use the Install value to install the extension.

Use the Cancel value to cancel the installation.

If an exception occurs inside the handler implementation, the default behavior will be applied - the method Cancel will be used.

Exceptions

ObjectDisposedException

The IExtensions has already been disposed.