WebViewControlPermissionRequest.State Property

Definition

Gets the current state of the permission request.

public:
 property WebViewControlPermissionState State { WebViewControlPermissionState get(); };
WebViewControlPermissionState State();
public WebViewControlPermissionState State { get; }
var webViewControlPermissionState = webViewControlPermissionRequest.state;
Public ReadOnly Property State As WebViewControlPermissionState

Property Value

An enumeration value that indicates the current state of the permission request. The default is Unknown.

Remarks

The default State value is Unknown. Calling the Allow, Deny, or Defer method sets the State property to the corresponding WebViewPermissionState.

Applies to