In index.cshtml @functions I am able to retrieve data from DB, while sending the argument chosenDate as shown under:
trackList = await Http.GetJsonAsync>("/api/Lopstat/Tracks/" + chosenDate.ToString("yyyy-MM-dd"));
What if I want to send two arguments with my request? Is this possible?