Edit

Share via


WebView.Settings Property

Definition

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.

Applies to

See also