© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•4y ago•
8 replies
İ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);
string url = "Read/GetPost?postid=" + postid;
var apiResponse = await _httpClient.GetFromJsonAsync<>(url);

What should I write inside the getfromjsonasync?
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

ASP.Net IActionResult always returns Ok
C#CC# / help
2y ago
Process Checker [Answered]
C#CC# / help
4y ago