10 references to InteractiveAuto
BasicTestApp (1)
PreserveStateService.cs (1)
19
_persistingSubscription = _componentApplicationState.RegisterOnPersisting(PersistState, RenderMode.
InteractiveAuto
);
Microsoft.AspNetCore.Components.Endpoints (2)
DependencyInjection\RazorComponentsServiceCollectionExtensions.cs (1)
83
RegisterPersistentComponentStateServiceCollectionExtensions.AddPersistentServiceRegistration<AntiforgeryStateProvider>(services, RenderMode.
InteractiveAuto
);
Rendering\EndpointHtmlRenderer.cs (1)
123
componentApplicationLifetime.SetPlatformRenderMode(RenderMode.
InteractiveAuto
);
Microsoft.AspNetCore.Components.Endpoints.Tests (6)
EndpointHtmlRendererTest.cs (6)
1340
"auto" => RenderMode.
InteractiveAuto
,
1394
"auto" => RenderMode.
InteractiveAuto
,
1463
"auto" => RenderMode.
InteractiveAuto
,
1519
"auto" => RenderMode.
InteractiveAuto
,
1527
"auto" => RenderMode.
InteractiveAuto
,
1707
State.RegisterOnPersisting(PersistState, RenderMode.
InteractiveAuto
);
Microsoft.AspNetCore.Components.Server.Tests (1)
Circuits\RenderBatchWriterTest.cs (1)
218
RenderTreeFrame.ComponentRenderModeFrame(136, RenderMode.
InteractiveAuto
),