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