WebView.Settings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.