Table of Contents
WebView.RequestPermissions Event

Occurs when the web page requests a specific permission from the user.

Syntax
 public event RequestPermissionEventHandler RequestPermissions;
Event Data

The event handler receives an argument of type RequestPermissionEventArgs containing data related to this event. The following RequestPermissionEventArgs properties provide information specific to this event.

Name Description
Permissions Gets the permissions that are being requested.
Url Gets the Url of the page that is requesting the permission.
See Also