Click or drag to resize

RequestPermissionParametersType Property

Gets the permission type of the current request.

Namespace:  DotNetBrowser.Permissions.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public PermissionType Type { get; }

Property Value

Type: PermissionType
The permission type of the current request.
See Also