WebViewSettings.IsIndexedDBEnabled Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.