Storage
Storage class
Represents a temporary data storage for WebDocument.
public sealed class Storage
Constructors
| Name | Description |
|---|---|
| Storage() | The default constructor. |
Methods
| Name | Description |
|---|---|
| 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
- namespace Aspose.Slides.Export.Web
- assembly Aspose.Slides