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