IWindow.LocalStorage

IWindow.LocalStorage property

Returns a Storage object that allows you to save key/value pairs in the user agent.

public IStorage LocalStorage { get; }

See Also