IStorage.GetItem
IStorage.GetItem method
Returns the current value associated with the given key, or null if the given key does not exist.
public string GetItem(string key)
Parameter | Type | Description |
---|---|---|
key | String | Item key string. |
Return Value
Item value string.
See Also
- interface IStorage
- namespace Aspose.Html.Dom
- assembly Aspose.HTML