Click or drag to resize

RequestPermissionResponseGrant Method

Creates a RequestPermissionResponse that notifies the engine that permission is granted.

Namespace:  DotNetBrowser.Permissions.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public static RequestPermissionResponse Grant()

Return Value

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