Class LocalStorageService
public sealed class LocalStorageService
- Inheritance
-
LocalStorageService
- Inherited Members
Constructors
LocalStorageService(IJSRuntime)
public LocalStorageService(IJSRuntime js)
Parameters
jsIJSRuntime
Methods
GetAsync(string)
public ValueTask<string?> GetAsync(string key)
Parameters
keystring
Returns
SetAsync(string, string)
public ValueTask SetAsync(string key, string value)