1 write to PersistedState
Microsoft.AspNetCore.Components.Endpoints (1)
src\Shared\Components\PrerenderComponentApplicationStore.cs (1)
66PersistedState = Convert.ToBase64String(SerializeState(state));
4 references to PersistedState
Microsoft.AspNetCore.Components.Endpoints (4)
Rendering\EndpointHtmlRenderer.PrerenderingState.cs (4)
217if (ServerStore is not null && ServerStore.PersistedState is not null) 220writer.Write(ServerStore.PersistedState); 224if (WebAssemblyStore is not null && WebAssemblyStore.PersistedState is not null) 227writer.Write(WebAssemblyStore.PersistedState);