Blazor onInitializedAsync

// Gets executed once the component has been initialized
protected override async Task OnInitializedAsync() { /* ... */ }
Av3