Forum Discussion

Micheal_Hastrup's avatar
Micheal_Hastrup
Copper Contributor
Jul 15, 2022

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...

Resources