12 references to InteractiveAuto
BasicTestApp (1)
PreserveStateService.cs (1)
19_persistingSubscription = _componentApplicationState.RegisterOnPersisting(PersistState, RenderMode.InteractiveAuto);
Microsoft.AspNetCore.Components.Endpoints (1)
src\Components\Shared\src\DefaultAntiforgeryStateProvider.cs (1)
29}, RenderMode.InteractiveAuto);
Microsoft.AspNetCore.Components.Endpoints.Tests (6)
EndpointHtmlRendererTest.cs (6)
1259"auto" => RenderMode.InteractiveAuto, 1313"auto" => RenderMode.InteractiveAuto, 1382"auto" => RenderMode.InteractiveAuto, 1438"auto" => RenderMode.InteractiveAuto, 1446"auto" => RenderMode.InteractiveAuto, 1618State.RegisterOnPersisting(PersistState, RenderMode.InteractiveAuto);
Microsoft.AspNetCore.Components.Server (1)
src\Components\Shared\src\DefaultAntiforgeryStateProvider.cs (1)
29}, RenderMode.InteractiveAuto);
Microsoft.AspNetCore.Components.Server.Tests (1)
Circuits\RenderBatchWriterTest.cs (1)
218RenderTreeFrame.ComponentRenderModeFrame(136, RenderMode.InteractiveAuto),
Microsoft.AspNetCore.Components.Web (1)
src\Components\Shared\src\DefaultAntiforgeryStateProvider.cs (1)
29}, RenderMode.InteractiveAuto);
Microsoft.AspNetCore.Components.WebAssembly (1)
src\Components\Shared\src\DefaultAntiforgeryStateProvider.cs (1)
29}, RenderMode.InteractiveAuto);