4
Ghi nhật ký thông báo yêu cầu / phản hồi khi sử dụng HttpClient
Tôi có một phương thức thực hiện một BÀI ĐĂNG như bên dưới var response = await client.PostAsJsonAsync(url, entity); if (response.IsSuccessStatusCode) { // read the response as strongly typed object return await response.Content.ReadAsAsync<T>(); } Câu hỏi của tôi là làm cách nào để có được JSON thực tế đã được …