Interface IPermissions
- Namespace
- DotNetBrowser.Permissions
- Assembly
- DotNetBrowser.dll
A service that allows managing permissions.
public interface IPermissions : IAutoDisposable
- Inherited Members
Properties
- RequestPermissionHandler
Gets or sets a handler that is used when a web page requests a permission, for example to enable geolocation. The permission type and the information about the web page can be obtained from the passed request object.