... protected override async Task OnInitializedAsync() { employees = await Http.GetFromJsonAsync<Employee[]>(EmployeeAPIEndPoint); } }
確定! 回上一頁