5 references to PrerenderComponentApplicationStore
Microsoft.AspNetCore.Components.Endpoints (5)
Rendering\EndpointHtmlRenderer.cs (1)
116
await componentApplicationLifetime.RestoreStateAsync(new
PrerenderComponentApplicationStore
());
Rendering\EndpointHtmlRenderer.PrerenderingState.cs (3)
45
InteractiveWebAssemblyRenderMode => new
PrerenderComponentApplicationStore
(),
66
var webAssemblyStore = new
PrerenderComponentApplicationStore
();
148
var store = new
PrerenderComponentApplicationStore
();
src\Shared\Components\ProtectedPrerenderComponentApplicationStore.cs (1)
13
public ProtectedPrerenderComponentApplicationStore(IDataProtectionProvider dataProtectionProvider) :
base
()