Click or drag to resize

AllowPluginResponseDeny Method

Creates an AllowPluginResponse that notifies the engine that the plugin isn't allowed at the moment.

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

Return Value

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