GetSharedStorageEntriesResponseEntries Property |
Version 118.6.80
entries
Namespace:
CefSharp.DevTools.Storage
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public IList<SharedStorageEntry> Entries { get; }
public:
property IList<SharedStorageEntry^>^ Entries {
IList<SharedStorageEntry^>^ get ();
}
Property Value
Type:
IListSharedStorageEntrySee Also