2 references to SessionStorage
Aspire.Dashboard (2)
Components\Pages\IPageWithSessionAndUrlState.cs (2)
78await page.SessionStorage.SetAsync(page.SessionStorageKey, serializableViewModel).ConfigureAwait(false); 86var result = await page.SessionStorage.GetAsync<TSerializableViewModel>(page.SessionStorageKey).ConfigureAwait(false);