2 references to PrerenderComponentApplicationStore
Microsoft.AspNetCore.Components.WebAssembly (2)
Hosting\WebAssemblyHost.cs (1)
134new PrerenderComponentApplicationStore(_persistedState) :
Rendering\WebAssemblyRenderer.cs (1)
57var store = !string.IsNullOrEmpty(appState) ? new PrerenderComponentApplicationStore(appState) : null;