Partager via


WebViewSettings.IsIndexedDBEnabled Propriété

Définition

Obtient ou définit une valeur qui indique si l’utilisation d’IndexedDB est autorisée dans le WebView.

public:
 property bool IsIndexedDBEnabled { bool get(); void set(bool value); };
bool IsIndexedDBEnabled();

void IsIndexedDBEnabled(bool value);
public bool IsIndexedDBEnabled { get; set; }
var boolean = webViewSettings.isIndexedDBEnabled;
webViewSettings.isIndexedDBEnabled = boolean;
Public Property IsIndexedDBEnabled As Boolean

Valeur de propriété

Boolean

bool

true si IndexedDB est autorisé dans le WebView ; sinon, false. La valeur par défaut est true.

S’applique à