WebView.Settings プロパティ

定義

WebView 機能を有効または無効にするプロパティを含む WebViewSettings オブジェクトを取得します。

public:
 property WebViewSettings ^ Settings { WebViewSettings ^ get(); };
WebViewSettings Settings();
public WebViewSettings Settings { get; }
var webViewSettings = webView.settings;
Public ReadOnly Property Settings As WebViewSettings

プロパティ値

WebView 機能を有効または無効にするプロパティを含む WebViewSettings オブジェクト。

注釈

WebView で JavaScriptIndexedDB の使用を有効または無効にするには、WebViewSettings オブジェクトを使用します。 「WebViewSettings.IsIndexedDBEnabled」および「WebViewSettings.IsJavaScriptEnabled」を参照してください。

適用対象

こちらもご覧ください