IPermissionsRequestPermissionHandler Property |
Namespace: DotNetBrowser.Permissions
IHandler<RequestPermissionParameters, RequestPermissionResponse> RequestPermissionHandler { get; set; }
Exception | Condition |
---|---|
ObjectDisposedException | The IPermissions has already been disposed. |
Use the Grant to grant the requested permission.
Use the Deny to deny the requested permission.
If an exception occurs inside the handler implementation, the default behavior will be applied - the method Deny will be used.