WebView.IsJavaScriptAlertEnabled 方法

定义

返回一个布尔值,指示 Web 视图是否允许 JavaScript 警报。

public static bool IsJavaScriptAlertEnabled (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.WebView> config);
static member IsJavaScriptAlertEnabled : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows, Xamarin.Forms.WebView> -> bool

参数

config
IPlatformElementConfiguration<Windows,WebView>

要返回其 JavaScript 警报权限的 Web 视图元素的平台配置。

返回

System.Boolean

一个布尔值,指示 Web 视图是否允许 JavaScript 警报。

适用于