9 references to InteractiveAuto
Microsoft.AspNetCore.Components.Endpoints (2)
DependencyInjection\RazorComponentsServiceCollectionExtensions.cs (1)
88RegisterPersistentComponentStateServiceCollectionExtensions.AddPersistentServiceRegistration<AntiforgeryStateProvider>(services, RenderMode.InteractiveAuto);
Rendering\EndpointHtmlRenderer.cs (1)
128componentApplicationLifetime.SetPlatformRenderMode(RenderMode.InteractiveAuto);
Microsoft.AspNetCore.Components.Endpoints.Tests (6)
EndpointHtmlRendererTest.cs (6)
1542"auto" => RenderMode.InteractiveAuto, 1596"auto" => RenderMode.InteractiveAuto, 1665"auto" => RenderMode.InteractiveAuto, 1721"auto" => RenderMode.InteractiveAuto, 1729"auto" => RenderMode.InteractiveAuto, 1909State.RegisterOnPersisting(PersistState, RenderMode.InteractiveAuto);
Microsoft.AspNetCore.Components.Server.Tests (1)
Circuits\RenderBatchWriterTest.cs (1)
218RenderTreeFrame.ComponentRenderModeFrame(136, RenderMode.InteractiveAuto),