4 references to InteractiveWebAssembly
Microsoft.AspNetCore.Components.Endpoints (3)
DependencyInjection\RazorComponentsServiceCollectionExtensions.cs (1)
82RegisterPersistentComponentStateServiceCollectionExtensions.AddPersistentServiceRegistration<ResourceCollectionProvider>(services, RenderMode.InteractiveWebAssembly);
Discovery\RazorComponentApplication.cs (2)
49set.Add(RenderMode.InteractiveWebAssembly); 53set.Add(RenderMode.InteractiveWebAssembly);
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Rendering\HtmlHelperComponentExtensions.cs (1)
76RenderMode.WebAssemblyPrerendered => Components.Web.RenderMode.InteractiveWebAssembly,