Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
WebView.Settings Property
Definition
- Namespace:
- Windows.UI.Xaml.Controls
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.
Applies to
See also
Feedback
Was this page helpful?
