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