1 write to PersistedState
Microsoft.AspNetCore.Components.Server (1)
src\Shared\Components\PrerenderComponentApplicationStore.cs (1)
66
PersistedState
= Convert.ToBase64String(SerializeState(state));
1 reference to PersistedState
Microsoft.AspNetCore.Components.Server (1)
Circuits\CircuitPersistenceManager.cs (1)
75
return (rootComponents, store.
PersistedState
);