DotNetBrowser
1.21.5
|
Allows handling permission requests from web pages such as geolocation, desktop notification permission requests, etc. Any web page can request permissions for the required type. More...
Public Member Functions | |
PermissionStatus | OnRequestPermission (PermissionRequest request) |
This method is invoked when a web page requests specific permission. If an exception is thrown from this method, the default behavior will be used, the PermissionStatus.DENIED status will be return to the web page. More... | |
Allows handling permission requests from web pages such as geolocation, desktop notification permission requests, etc. Any web page can request permissions for the required type.
PermissionStatus DotNetBrowser.IPermissionHandler.OnRequestPermission | ( | PermissionRequest | request | ) |
This method is invoked when a web page requests specific permission. If an exception is thrown from this method, the default behavior will be used, the PermissionStatus.DENIED status will be return to the web page.
request | provides details about permission request. |