C#C
C#4y ago
İrşat

How to process IActionResult Ok(value) return in back end. [Answered]

string url = "Read/GetPost?postid=" + postid;
var apiResponse = await _httpClient.GetFromJsonAsync<>(url);

What should I write inside the getfromjsonasync?
Was this page helpful?