Interface IWebStorage
Represents both local and session storage for the site currently opened in the browser.
public interface IWebStorage
Properties
LocalStorage
Gets the local storage for the site currently opened in the browser.
ILocalStorage LocalStorage { get; }
Property Value
SessionStorage
Gets the session storage for the site currently opened in the browser.
ISessionStorage SessionStorage { get; }