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