次の方法で共有


WebView クラス

定義

Web ビューで JavaScript アラートを有効にするかどうかを制御します。

public ref class WebView abstract sealed
public static class WebView
type WebView = class
Public Module WebView
継承
WebView

フィールド

ExecutionModeProperty

添付プロパティのバインド可能なプロパティ ExecutionMode

IsJavaScriptAlertEnabledProperty

IsJavaScriptAlertEnabled(IPlatformElementConfiguration<Windows,WebView>)バインド可能なプロパティ。

メソッド

GetExecutionMode(BindableObject)

Web ビューで JavaScript アラートを有効にするかどうかを制御します。

GetExecutionMode(IPlatformElementConfiguration<Windows,WebView>)

Web ビューで JavaScript アラートを有効にするかどうかを制御します。

GetIsJavaScriptAlertEnabled(BindableObject)

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

IsJavaScriptAlertEnabled(IPlatformElementConfiguration<Windows,WebView>)

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

SetExecutionMode(BindableObject, WebViewExecutionMode)

Web ビューで JavaScript アラートを有効にするかどうかを制御します。

SetExecutionMode(IPlatformElementConfiguration<Windows,WebView>, WebViewExecutionMode)

Web ビューで JavaScript アラートを有効にするかどうかを制御します。

SetIsJavaScriptAlertEnabled(BindableObject, Boolean)

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

SetIsJavaScriptAlertEnabled(IPlatformElementConfiguration<Windows,WebView>, Boolean)

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

適用対象