Storage

Storage class

Represents a temporary data storage for WebDocument.

public sealed class Storage

Constructors

NameDescription
Storage()The default constructor.

Methods

NameDescription
ContainsKey(string)Determines whether the storage contains an element with the specified key.
Get<TValue>(string)Gets the data from the storage.
Put<TValue>(string, TValue)Puts the value into the storage.

See Also