You can use: // return HttpResponseMessage var res= await httpClient.GetAsync<List<Car>>("/api/cars") if (res.IsSuccessStatusCode) var cars ...
確定! 回上一頁