Storage

Storage class

Represents a temporary data storage for WebDocument.

The Storage type exposes the following members:

Constructors

NameDescription
Storage()Initializes a new instance of the Storage class

Methods

NameDescription
contains_key(key)Determines whether the storage contains an element with the specified key.

See Also