5 references to PrerenderComponentApplicationStore
Microsoft.AspNetCore.Components.Endpoints (5)
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();
src\Shared\Components\ProtectedPrerenderComponentApplicationStore.cs (1)
13public ProtectedPrerenderComponentApplicationStore(IDataProtectionProvider dataProtectionProvider) : base()