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)
88
RegisterPersistentComponentStateServiceCollectionExtensions.AddPersistentServiceRegistration<AntiforgeryStateProvider>(services, RenderMode.
InteractiveAuto
);
Rendering\EndpointHtmlRenderer.cs (1)
127
componentApplicationLifetime.SetPlatformRenderMode(RenderMode.
InteractiveAuto
);
Microsoft.AspNetCore.Components.Endpoints.Tests (6)
EndpointHtmlRendererTest.cs (6)
1405
"auto" => RenderMode.
InteractiveAuto
,
1459
"auto" => RenderMode.
InteractiveAuto
,
1528
"auto" => RenderMode.
InteractiveAuto
,
1584
"auto" => RenderMode.
InteractiveAuto
,
1592
"auto" => RenderMode.
InteractiveAuto
,
1772
State.RegisterOnPersisting(PersistState, RenderMode.
InteractiveAuto
);
Microsoft.AspNetCore.Components.Server.Tests (1)
Circuits\RenderBatchWriterTest.cs (1)
218
RenderTreeFrame.ComponentRenderModeFrame(136, RenderMode.
InteractiveAuto
),