Forum Discussion
Micheal_Hastrup
Jul 15, 2022Copper Contributor
Send Http Get request to a web api
I am trying to send a get request to my web api project: [HttpGet] public async Task<IActionResult> GetArtists() { var artists = await (from artist in _dbContext.Artists select new { Id = ar...
LanHuang
Jul 18, 2022Former Employee
Hi Micheal_Hastrup,
Thanks for posting your issue here.
However this platform is used for how-to discussions and sharing best practices for building any app with .NET.Since your issue is a technical question, welcome to post it in Microsoft Q&A forum, the support team and communities on Microsoft Q&A will help you for any technical questions.
Besides, it will be appreciated if you can share it here once you post this technical question Microsoft Q&A.
Best Regards,
Lan Huang