53 overrides of OnInitialized
Aspire.Dashboard (26)
Components\Controls\Chart\ChartBase.cs (1)
63protected override void OnInitialized()
Components\Controls\Chart\ChartFilters.razor.cs (1)
24protected override void OnInitialized()
Components\Controls\GridValue.razor.cs (1)
112protected override void OnInitialized()
Components\Controls\PropertyGrid.razor.cs (1)
152protected override void OnInitialized()
Components\Controls\ResourceDetails.razor.cs (1)
220protected override void OnInitialized()
Components\Controls\SpanDetails.razor.cs (1)
97protected override void OnInitialized()
Components\Controls\StructuredLogDetails.razor.cs (1)
62protected override void OnInitialized()
Components\Controls\SummaryDetailsView.razor.cs (1)
85protected override void OnInitialized()
Components\Dialogs\AssistantModalDialog.razor.cs (1)
41protected override void OnInitialized()
Components\Dialogs\AssistantSidebarDialog.razor.cs (1)
30protected override void OnInitialized()
Components\Dialogs\FilterDialog.razor.cs (1)
36protected override void OnInitialized()
Components\Dialogs\GenAIVisualizerDialog.razor.cs (1)
72protected override void OnInitialized()
Components\Dialogs\InteractionsInputDialog.razor.cs (1)
44protected override void OnInitialized()
Components\Dialogs\McpServerDialog.razor.cs (1)
46protected override void OnInitialized()
Components\Dialogs\SettingsDialog.razor.cs (1)
33protected override void OnInitialized()
Components\Interactions\InteractionsProvider.cs (1)
92protected override void OnInitialized()
Components\Layout\DesktopNavMenu.razor.cs (1)
42protected override void OnInitialized()
Components\Pages\Error.razor.cs (1)
21protected override void OnInitialized()
Components\Pages\Metrics.razor.cs (1)
80protected override void OnInitialized()
Components\Pages\NotFound.razor.cs (1)
17protected override void OnInitialized()
Components\Pages\StructuredLogs.razor.cs (1)
168protected override void OnInitialized()
Components\Pages\TraceDetail.razor.cs (1)
105protected override void OnInitialized()
Components\Pages\Traces.razor.cs (1)
167protected override void OnInitialized()
Components\Resize\BrowserDimensionWatcher.cs (1)
29protected override void OnInitialized()
Components\Resize\GridColumnManager.razor.cs (1)
29protected override void OnInitialized()
Components\ResourcesGridColumns\LogMessageColumnDisplay.razor.cs (1)
25protected override void OnInitialized()
AzureAIFoundryEndToEnd.WebStory (1)
Components_Pages_Error_razor.g.cs (1)
154protected override void OnInitialized() =>
AzureOpenAIEndToEnd.WebStory (1)
Components_Pages_Error_razor.g.cs (1)
154protected override void OnInitialized() =>
BasicWebSite (1)
artifacts\obj\BasicWebSite\Release\net11.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\RazorComponents\NavigationComponent_razor.g.cs (1)
33protected override void OnInitialized()
BlazorUnitedApp (2)
artifacts\obj\BlazorUnitedApp\Release\net11.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Pages\Error_razor.g.cs (1)
168protected override void OnInitialized() =>
artifacts\obj\BlazorUnitedApp\Release\net11.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Pages\Index_razor.g.cs (1)
306protected override void OnInitialized() => Value ??= new();
DevTunnels.WebFrontEnd (1)
Components_Pages_Error_razor.g.cs (1)
154protected override void OnInitialized() =>
FileBasedApps.WebFrontEnd (1)
Components_Pages_Error_razor.g.cs (1)
154protected override void OnInitialized() =>
GitHubModelsEndToEnd.WebStory (1)
Components_Pages_Error_razor.g.cs (1)
154protected override void OnInitialized() =>
IdentitySample.PasskeyUI (1)
artifacts\obj\IdentitySample.PasskeyUI\Release\net11.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Components\RedirectToHome_razor.g.cs (1)
80protected override void OnInitialized()
Keycloak.Web (1)
Components_Pages_Error_razor.g.cs (1)
154protected override void OnInitialized() =>
Microsoft.AspNetCore.Components.Authorization (1)
CascadingAuthenticationState_razor.g.cs (1)
86protected override void OnInitialized()
Microsoft.AspNetCore.Components.Endpoints.Tests (3)
ComponentThatRedirectsSynchronously_razor.g.cs (1)
26protected override void OnInitialized()
ComponentThatThrowsSynchronously_razor.g.cs (1)
26protected override void OnInitialized()
EndpointHtmlRendererTest.cs (1)
2001protected override void OnInitialized()
Microsoft.AspNetCore.Components.Forms (1)
DataAnnotationsValidator.cs (1)
19protected override void OnInitialized()
Microsoft.AspNetCore.Components.Tests (2)
ComponentBaseTest.cs (1)
630protected override void OnInitialized()
RendererTest.cs (1)
5896protected override void OnInitialized()
Microsoft.AspNetCore.Components.Web (2)
Forms\Mapping\FormMappingValidator.cs (1)
19protected override void OnInitialized()
Routing\NavLink.cs (1)
68protected override void OnInitialized()
MyFrontend (1)
Components_Pages_Error_razor.g.cs (1)
165protected override void OnInitialized()
OpenAIEndToEnd.WebStory (1)
Components_Pages_Error_razor.g.cs (1)
154protected override void OnInitialized() =>
Publishers.Frontend (1)
Components_Pages_Error_razor.g.cs (1)
154protected override void OnInitialized() =>
WaitFor.Frontend (1)
Components_Pages_Error_razor.g.cs (1)
154protected override void OnInitialized() =>
Wasm.Performance.TestApp (3)
GridColumn_razor.g.cs (1)
87protected override void OnInitialized()
Json_razor.g.cs (1)
277protected override void OnInitialized()
TimerComponent_razor.g.cs (1)
134protected override void OnInitialized()
WebFrontEnd (1)
Components_Pages_Error_razor.g.cs (1)
154protected override void OnInitialized() =>
2 references to OnInitialized
Microsoft.AspNetCore.Components (1)
ComponentBase.cs (1)
276OnInitialized();
Microsoft.AspNetCore.Components.Tests (1)
ComponentBaseTest.cs (1)
634base.OnInitialized();