WebView.IsJavaScriptAlertEnabled(IPlatformElementConfiguration<Windows,WebView>) メソッド

定義

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 ビュー要素のプラットフォーム構成。

戻り値

Boolean

Web ビューで JavaScript アラートを許可するかどうかを示すブール値。

適用対象