DotNetBrowser Documentation
DotNetBrowser Documentation
DotNetBrowser API Reference
DotNetBrowser.Frames
IWebStorage Interface
IWebStorage Properties
Count Property
Item Property
Keys Property
IWebStorage
Count Property
Gets the number of the key/value pairs in the storage.
Namespace:
DotNetBrowser.Frames
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax
C#
Copy
int
Count
{
get
; }
Property Value
Type:
Int32
The number of the key/value pairs in the storage.
Exceptions
Exception
Condition
ObjectDisposedException
The
IWebStorage
object has already been disposed.
WebStorageException
The
IWebStorage
operation has failed.
See Also
Reference
IWebStorage Interface
DotNetBrowser.Frames Namespace
Copyright © 2023 TeamDev Ltd. All Rights Reserved.