WebView.IsJavaScriptAlertEnabled(IPlatformElementConfiguration<Windows,WebView>) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
パラメーター
JavaScript アラートのアクセス許可を返す Web ビュー要素のプラットフォーム構成。
戻り値
Web ビューで JavaScript アラートを許可するかどうかを示すブール値。