27 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)
31protected override async Task OnInitializedAsync()
Components\Layout\MainLayout.razor.cs (1)
86protected 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)
197protected override async Task OnInitializedAsync()
BlazorServerApp (1)
artifacts\obj\BlazorServerApp\Release\net10.0\generated\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\generated\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Pages_FetchData_razor.g.cs (1)
232protected override async Task OnInitializedAsync()
Microsoft.AspNetCore.Components.Endpoints.Tests (8)
EndpointHtmlRendererTest.cs (1)
1840protected 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)
5906protected 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()
WebFrontEnd (1)
Components_Pages_ExternalServices_razor.g.cs (1)
347protected override async Task OnInitializedAsync()
2 references to OnInitializedAsync
Microsoft.AspNetCore.Components (1)
ComponentBase.cs (1)
277var task = OnInitializedAsync();
Microsoft.AspNetCore.Components.Tests (1)
ComponentBaseTest.cs (1)
644await base.OnInitializedAsync();