12 references to InteractiveWebAssembly
Microsoft.AspNetCore.Components.Endpoints (3)
DependencyInjection\RazorComponentsServiceCollectionExtensions.cs (1)
85
RegisterPersistentComponentStateServiceCollectionExtensions.AddPersistentServiceRegistration<ResourceCollectionProvider>(services, RenderMode.
InteractiveWebAssembly
);
Discovery\RazorComponentApplication.cs (2)
49
set.Add(RenderMode.
InteractiveWebAssembly
);
53
set.Add(RenderMode.
InteractiveWebAssembly
);
Microsoft.AspNetCore.Components.WebAssembly (5)
Hosting\WebAssemblyHost.cs (1)
143
manager.SetPlatformRenderMode(RenderMode.
InteractiveWebAssembly
);
Hosting\WebAssemblyHostBuilder.cs (3)
347
RegisterPersistentComponentStateServiceCollectionExtensions.AddPersistentServiceRegistration<ResourceCollectionProvider>(Services, RenderMode.
InteractiveWebAssembly
);
353
RegisterPersistentComponentStateServiceCollectionExtensions.AddPersistentServiceRegistration<AntiforgeryStateProvider>(Services, RenderMode.
InteractiveWebAssembly
);
355
RegisterPersistentComponentStateServiceCollectionExtensions.AddPersistentServiceRegistration<CultureStateProvider>(Services, RenderMode.
InteractiveWebAssembly
);
Rendering\WebAssemblyRenderer.cs (1)
105
protected override IComponentRenderMode? GetComponentRenderMode(IComponent component) => RenderMode.
InteractiveWebAssembly
;
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)
54
RenderMode.
InteractiveWebAssembly
);
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Rendering\HtmlHelperComponentExtensions.cs (1)
76
RenderMode.WebAssemblyPrerendered => Components.Web.RenderMode.
InteractiveWebAssembly
,