I am new to .NET and recently i have created a API for user login with POST /authenticate method with params as email and password. Now i want to create an MVC applications (UI) using mentioned API call. Can't figure out how to do it. Need help
Loading
Jignesh KumarPosted Sep 25, 2021, 5:19 AM
Basem AlshabaniPosted Sep 24, 2021, 8:16 AM
https://www.c-sharpcorner.com/forums/web-api-in-net-core.
There are two ways
1. In MVC controller through http client
2.Through javascript ajax call
The application in the link mentioned above use both approaches.