9 references to AddInteractiveServerComponents
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
199
builder.Services.AddRazorComponents().
AddInteractiveServerComponents
();
BlazorUnitedApp (1)
Program.cs (1)
12
.
AddInteractiveServerComponents
();
Frontend (1)
Program.cs (1)
28
.
AddInteractiveServerComponents
();
Keycloak.Web (1)
Program.cs (1)
15
.
AddInteractiveServerComponents
();
Microsoft.AspNetCore.Mvc.FunctionalTests (3)
ComponentRenderingFunctionalTests.cs (3)
53
builder.ConfigureServices(services => services.AddRazorComponents().
AddInteractiveServerComponents
())));
84
builder.ConfigureServices(services => services.AddRazorComponents().
AddInteractiveServerComponents
())));
100
builder.ConfigureServices(services => services.AddRazorComponents().
AddInteractiveServerComponents
())));
OpenAIEndToEnd.WebStory (1)
Program.cs (1)
14
.
AddInteractiveServerComponents
();
WaitFor.Frontend (1)
Program.cs (1)
13
.
AddInteractiveServerComponents
();