15 references to InteractiveWebAssembly
Microsoft.AspNetCore.Components.Endpoints (4)
DependencyInjection\RazorComponentsServiceCollectionExtensions.cs (1)
97RegisterPersistentComponentStateServiceCollectionExtensions.AddPersistentServiceRegistration<ResourceCollectionProvider>(services, RenderMode.InteractiveWebAssembly);
Discovery\RazorComponentApplication.cs (2)
49set.Add(RenderMode.InteractiveWebAssembly); 53set.Add(RenderMode.InteractiveWebAssembly);
src\aspnetcore\src\Components\Shared\src\RenderFragmentSerializer.cs (1)
310"InteractiveWebAssembly" => prerender ? Web.RenderMode.InteractiveWebAssembly : new InteractiveWebAssemblyRenderMode(prerender: false),
Microsoft.AspNetCore.Components.Server (1)
src\aspnetcore\src\Components\Shared\src\RenderFragmentSerializer.cs (1)
310"InteractiveWebAssembly" => prerender ? Web.RenderMode.InteractiveWebAssembly : new InteractiveWebAssemblyRenderMode(prerender: false),
Microsoft.AspNetCore.Components.WebAssembly (6)
Hosting\WebAssemblyHost.cs (1)
143manager.SetPlatformRenderMode(RenderMode.InteractiveWebAssembly);
Hosting\WebAssemblyHostBuilder.cs (3)
347RegisterPersistentComponentStateServiceCollectionExtensions.AddPersistentServiceRegistration<ResourceCollectionProvider>(Services, RenderMode.InteractiveWebAssembly); 353RegisterPersistentComponentStateServiceCollectionExtensions.AddPersistentServiceRegistration<AntiforgeryStateProvider>(Services, RenderMode.InteractiveWebAssembly); 355RegisterPersistentComponentStateServiceCollectionExtensions.AddPersistentServiceRegistration<CultureStateProvider>(Services, RenderMode.InteractiveWebAssembly);
Rendering\WebAssemblyRenderer.cs (1)
107protected override IComponentRenderMode? GetComponentRenderMode(IComponent component) => RenderMode.InteractiveWebAssembly;
src\aspnetcore\src\Components\Shared\src\RenderFragmentSerializer.cs (1)
310"InteractiveWebAssembly" => prerender ? Web.RenderMode.InteractiveWebAssembly : new InteractiveWebAssemblyRenderMode(prerender: false),
Microsoft.AspNetCore.Components.WebAssembly.Server (3)
AuthenticationStateSerializer.cs (1)
25_subscription = persistentComponentState.RegisterOnPersisting(OnPersistingAsync, RenderMode.InteractiveWebAssembly);
Builder\WebAssemblyRazorComponentsEndpointConventionBuilderExtensions.cs (1)
23/// Configures the application to support the <see cref="RenderMode.InteractiveWebAssembly"/> render mode.
WebAssemblyRazorComponentsBuilderExtensions.cs (1)
48RenderMode.InteractiveWebAssembly);
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Rendering\HtmlHelperComponentExtensions.cs (1)
76RenderMode.WebAssemblyPrerendered => Components.Web.RenderMode.InteractiveWebAssembly,