You need to await the task like so: var result = await response.Content.ReadAsStringAsync(); Danger of using var, as now it inferred the type as Task . I.
確定! 回上一頁