Skip to content

Calling external api using JsonClient #7301

Answered by minhhungit
rhemasystems asked this question in Help
Discussion options

You must be logged in to vote

@rhemasystems try to use .net core HttpClient

var response = await _httpClient.PostAsync(url, content);

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@minhhungit
Comment options

Answer selected by rhemasystems
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants