Share via


WebView.GetIsJavaScriptAlertEnabled(BindableObject) Method

Definition

Returns a Boolean value that tells whether the web view allows JavaScript alerts.

public:
 static bool GetIsJavaScriptAlertEnabled(Microsoft::Maui::Controls::BindableObject ^ element);
public static bool GetIsJavaScriptAlertEnabled (Microsoft.Maui.Controls.BindableObject element);
static member GetIsJavaScriptAlertEnabled : Microsoft.Maui.Controls.BindableObject -> bool
Public Function GetIsJavaScriptAlertEnabled (element As BindableObject) As Boolean

Parameters

element
BindableObject

The web view element whose JavaScript alert permissions to return.

Returns

A Boolean value that tells whether the web view allows JavaScript alerts.

Applies to