Implemented interface member:
method
GetPersistedStateAsync
Microsoft.AspNetCore.Components.IPersistentComponentStateStore.GetPersistedStateAsync()
2 references to GetPersistedStateAsync
Microsoft.AspNetCore.Mvc.TagHelpers.Test (2)
PrerenderComponentApplicationStoreTest.cs (1)
41var state = await store.GetPersistedStateAsync();
ProtectedPrerenderComponentApplicationStateTest.cs (1)
49var restored = await store.GetPersistedStateAsync();