1 type derived from PrerenderComponentApplicationStore
Microsoft.AspNetCore.Components.Endpoints (1)
src\Shared\Components\ProtectedPrerenderComponentApplicationStore.cs (1)
9internal sealed class ProtectedPrerenderComponentApplicationStore : PrerenderComponentApplicationStore
4 instantiations of PrerenderComponentApplicationStore
Microsoft.AspNetCore.Components.Endpoints (4)
Rendering\EndpointHtmlRenderer.cs (1)
116await componentApplicationLifetime.RestoreStateAsync(new PrerenderComponentApplicationStore());
Rendering\EndpointHtmlRenderer.PrerenderingState.cs (3)
45InteractiveWebAssemblyRenderMode => new PrerenderComponentApplicationStore(), 66var webAssemblyStore = new PrerenderComponentApplicationStore(); 148var store = new PrerenderComponentApplicationStore();
7 references to PrerenderComponentApplicationStore
Microsoft.AspNetCore.Components.Endpoints (7)
Rendering\EndpointHtmlRenderer.PrerenderingState.cs (7)
57PrerenderComponentApplicationStore prerenderStore => new ComponentStateHtmlContent(null, prerenderStore), 66var webAssemblyStore = new PrerenderComponentApplicationStore(); 148var store = new PrerenderComponentApplicationStore(); 205internal PrerenderComponentApplicationStore? ServerStore { get; } 207internal PrerenderComponentApplicationStore? WebAssemblyStore { get; } 209public ComponentStateHtmlContent(PrerenderComponentApplicationStore? serverStore, PrerenderComponentApplicationStore? webAssemblyStore)