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