Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 542 Bytes

webviewsettings_isindexeddbenabled.md

File metadata and controls

22 lines (15 loc) · 542 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.WebViewSettings.IsIndexedDBEnabled
winrt property

Windows.UI.Xaml.Controls.WebViewSettings.IsIndexedDBEnabled

-description

Gets or sets a value that indicates whether the use of IndexedDB is allowed in the WebView.

-property-value

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

-remarks

-examples

-see-also