Table of Contents

Class LocalStorageService

Namespace
JD.AI.Dashboard.Wasm.Services
Assembly
JD.AI.Dashboard.Wasm.dll
public sealed class LocalStorageService
Inheritance
LocalStorageService
Inherited Members

Constructors

LocalStorageService(IJSRuntime)

public LocalStorageService(IJSRuntime js)

Parameters

js IJSRuntime

Methods

GetAsync(string)

public ValueTask<string?> GetAsync(string key)

Parameters

key string

Returns

ValueTask<string>

SetAsync(string, string)

public ValueTask SetAsync(string key, string value)

Parameters

key string
value string

Returns

ValueTask