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