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)
Put<TValue>(string, TValue)

See Also