34 overrides of OnInitializedAsync
Aspire.Dashboard (8)
Components\Controls\ApplicationName.razor.cs (1)
28protected override async Task OnInitializedAsync()
Components\Controls\Chart\ChartContainer.razor.cs (1)
65protected override async Task OnInitializedAsync()
Components\Controls\TextVisualizer.razor.cs (1)
52protected override async Task OnInitializedAsync()
Components\Dialogs\TextVisualizerDialog.razor.cs (1)
32protected override async Task OnInitializedAsync()
Components\Layout\MainLayout.razor.cs (1)
84protected override async Task OnInitializedAsync()
Components\Pages\ConsoleLogs.razor.cs (1)
179protected override async Task OnInitializedAsync()
Components\Pages\Login.razor.cs (1)
43protected override async Task OnInitializedAsync()
Components\Pages\Resources.razor.cs (1)
184protected override async Task OnInitializedAsync()
AzureAIFoundryEndToEnd.WebStory (1)
Components_Pages_Home_razor.g.cs (1)
176protected override async Task OnInitializedAsync()
AzureOpenAIEndToEnd.WebStory (1)
Components_Pages_Home_razor.g.cs (1)
176protected override async Task OnInitializedAsync()
BasicWebSite (1)
artifacts\obj\BasicWebSite\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\RazorComponents_Throws_razor.g.cs (1)
42protected override async Task OnInitializedAsync()
BlazorServerApp (1)
artifacts\obj\BlazorServerApp\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Pages_FetchData_razor.g.cs (1)
211protected override async Task OnInitializedAsync()
BlazorUnitedApp (1)
artifacts\obj\BlazorUnitedApp\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Pages_FetchData_razor.g.cs (1)
226protected override async Task OnInitializedAsync()
GitHubModelsEndToEnd.WebStory (1)
Components_Pages_Home_razor.g.cs (1)
176protected override async Task OnInitializedAsync()
Microsoft.AspNetCore.Components.Endpoints.Tests (8)
EndpointHtmlRendererTest.cs (1)
1713protected override async Task OnInitializedAsync()
TestComponents_AsyncComponent_razor.g.cs (1)
62protected override async Task OnInitializedAsync()
TestComponents_DoubleRenderingStreamingAsyncComponent_razor.g.cs (1)
92protected override async Task OnInitializedAsync()
TestComponents_StoppingRendererComponent_razor.g.cs (1)
43protected override async Task OnInitializedAsync()
TestComponents_StreamingAsyncLoadingComponent_razor.g.cs (1)
45protected override async Task OnInitializedAsync()
TestComponents_StreamingComponentThatRedirectsAsynchronously_razor.g.cs (1)
35protected override async Task OnInitializedAsync()
TestComponents_StreamingComponentThatThrowsAsynchronously_razor.g.cs (1)
35protected override async Task OnInitializedAsync()
TestComponents_StreamingComponentWithChild_razor.g.cs (1)
65protected override Task OnInitializedAsync()
Microsoft.AspNetCore.Components.Tests (3)
ComponentBaseTest.cs (2)
640protected override async Task OnInitializedAsync() 745protected override Task OnInitializedAsync()
RendererTest.cs (1)
5782protected override async Task OnInitializedAsync()
Microsoft.AspNetCore.Components.Web.Tests (3)
HtmlRendering\HtmlRendererTest.cs (3)
1222protected override async Task OnInitializedAsync() 1252protected override async Task OnInitializedAsync() 1321protected override async Task OnInitializedAsync()
MyFrontend (2)
Components_Cart_razor.g.cs (1)
206protected override async Task OnInitializedAsync()
Components_Pages_Home_razor.g.cs (1)
427protected override async Task OnInitializedAsync()
OpenAIEndToEnd.WebStory (1)
Components_Pages_Home_razor.g.cs (1)
176protected override async Task OnInitializedAsync()
Publishers.Frontend (1)
Components_Pages_Home_razor.g.cs (1)
176protected override async Task OnInitializedAsync()
WaitFor.Frontend (1)
Components_Pages_Home_razor.g.cs (1)
176protected override async Task OnInitializedAsync()
WebFrontEnd (1)
Components_Pages_ExternalServices_razor.g.cs (1)
347protected override async Task OnInitializedAsync()
3 references to OnInitializedAsync
BasicWebSite (1)
artifacts\obj\BasicWebSite\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\RazorComponents_Throws_razor.g.cs (1)
44await base.OnInitializedAsync();
Microsoft.AspNetCore.Components (1)
ComponentBase.cs (1)
277var task = OnInitializedAsync();
Microsoft.AspNetCore.Components.Tests (1)
ComponentBaseTest.cs (1)
644await base.OnInitializedAsync();