IWebViewControl.Settings 属性

定义

获取一个 WebViewControlSettings 对象,该对象包含用于启用或禁用 IWebViewControl 功能的属性。

public:
 property WebViewControlSettings ^ Settings { WebViewControlSettings ^ get(); };
WebViewControlSettings Settings();
public WebViewControlSettings Settings { get; }
var webViewControlSettings = iWebViewControl.settings;
Public ReadOnly Property Settings As WebViewControlSettings

属性值

一个 WebViewControlSettings 对象,该对象包含用于启用或禁用 IWebViewControl 功能的属性。

注解

使用 WebViewControlSettings 对象可启用或禁用在 IWebViewControl 中使用 JavaScript 和 IndexedDB。 有关详细信息,请参阅 WebViewControlSettings.IsIndexedDBEnabledWebViewControlSettings.IsJavaScriptEnabled

适用于