WebViewControlPermissionRequest.State Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.