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