Click or drag to resize

AllowPluginResponseAllow Method

Creates an AllowPluginResponse that notifies the engine that the plugin is allowed to be used.

Namespace:  DotNetBrowser.Plugins.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.0
Syntax
C#
public static AllowPluginResponse Allow()

Return Value

Type: AllowPluginResponse
The AllowPluginResponse instance that can be used as a return value in AllowPluginHandler implementation.
See Also