WebView.Settings Propiedad

Definición

Obtiene un objeto WebViewSettings que contiene propiedades para habilitar o deshabilitar características de WebView .

public:
 property WebViewSettings ^ Settings { WebViewSettings ^ get(); };
WebViewSettings Settings();
public WebViewSettings Settings { get; }
var webViewSettings = webView.settings;
Public ReadOnly Property Settings As WebViewSettings

Valor de propiedad

Objeto WebViewSettings que contiene propiedades para habilitar o deshabilitar características de WebView .

Comentarios

Use el objeto WebViewSettings para habilitar o deshabilitar el uso de JavaScript e IndexedDB en WebView. Vea WebViewSettings.IsIndexedDBEnabled y WebViewSettings.IsJavaScriptEnabled.

Se aplica a

Consulte también