8 references to InteractiveServer
Microsoft.AspNetCore.Components.Endpoints (2)
Discovery\RazorComponentApplication.cs (2)
46set.Add(RenderMode.InteractiveServer); 52set.Add(RenderMode.InteractiveServer);
Microsoft.AspNetCore.Components.Server (5)
Builder\ServerRazorComponentsEndpointConventionBuilderExtensions.cs (1)
19/// Configures the application to support the <see cref="RenderMode.InteractiveServer"/> render mode.
Circuits\CircuitFactory.cs (1)
78appLifetime.SetPlatformRenderMode(RenderMode.InteractiveServer);
Circuits\CircuitHost.cs (1)
797persistenceManager.SetPlatformRenderMode(RenderMode.InteractiveServer);
Circuits\CircuitPersistenceManager.cs (1)
32RenderMode.InteractiveServer);
Circuits\RemoteRenderer.cs (1)
68protected override IComponentRenderMode? GetComponentRenderMode(IComponent component) => RenderMode.InteractiveServer;
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Rendering\HtmlHelperComponentExtensions.cs (1)
74RenderMode.ServerPrerendered => Components.Web.RenderMode.InteractiveServer,