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)
1532"auto" => RenderMode.InteractiveAuto, 1586"auto" => RenderMode.InteractiveAuto, 1655"auto" => RenderMode.InteractiveAuto, 1711"auto" => RenderMode.InteractiveAuto, 1719"auto" => RenderMode.InteractiveAuto, 1899State.RegisterOnPersisting(PersistState, RenderMode.InteractiveAuto);
Microsoft.AspNetCore.Components.Server.Tests (1)
Circuits\RenderBatchWriterTest.cs (1)
218RenderTreeFrame.ComponentRenderModeFrame(136, RenderMode.InteractiveAuto),