WebView.Settings Property

Definition

Gets a WebViewSettings object that contains properties to enable or disable WebView features.

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

Property Value

A WebViewSettings object that contains properties to enable or disable WebView features.

Remarks

Use the WebViewSettings object to enable or disable the use of JavaScript and IndexedDB in the WebView. See WebViewSettings.IsIndexedDBEnabled and WebViewSettings.IsJavaScriptEnabled.

Applies to

See also