WebView.IsIndexedDBEnabled Property

Definition

Gets or sets a value indicating whether the use of IndexedDB is allowed.

public bool IsIndexedDBEnabled { get; set; }
member this.IsIndexedDBEnabled : bool with get, set
Public Property IsIndexedDBEnabled As Boolean

Property Value

true if IndexedDB is allowed; otherwise, false. The default is true.

Implements

Applies to