Share via


WebView.Settings Propriedade

Definição

Obtém um objeto WebViewSettings que contém propriedades para habilitar ou desabilitar recursos do WebView .

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

Valor da propriedade

Um objeto WebViewSettings que contém propriedades para habilitar ou desabilitar recursos do WebView .

Comentários

Use o objeto WebViewSettings para habilitar ou desabilitar o uso de JavaScript e IndexedDB no WebView. Consulte WebViewSettings.IsIndexedDBEnabled e WebViewSettings.IsJavaScriptEnabled.

Aplica-se a

Confira também