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 WebViewControlSettings object that contains properties to enable or disable IWebView features.
[System.ComponentModel.Browsable(false)]
public Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.WebViewControlSettings Settings { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Settings : Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.WebViewControlSettings
Public ReadOnly Property Settings As WebViewControlSettings
Property Value
A WebViewControlSettings object that contains properties to enable or disable IWebView features.
Implements
- Attributes
Remarks
Use the WebViewControlSettings object to enable or disable the use of JavaScript, ScriptNotify, and IndexedDB in the IWebView.