Compartir a través de


IWebViewControl.Settings Propiedad

Definición

Obtiene un objeto WebViewControlSettings que contiene propiedades para habilitar o deshabilitar las características de IWebViewControl.

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

Valor de propiedad

Objeto WebViewControlSettings que contiene propiedades para habilitar o deshabilitar las características de IWebViewControl.

Comentarios

Use el objeto WebViewControlSettings para habilitar o deshabilitar el uso de JavaScript e IndexedDB en IWebViewControl. Para obtener más información, consulta WebViewControlSettings.IsIndexedDBEnabled y WebViewControlSettings.IsJavaScriptEnabled.

Se aplica a