i have done with crud operations using WEB API, now i want to present that on UI by using this API then how i write code for that could you please share that one?
Loading
i have done with crud operations using WEB API, now i want to present that on UI by using this API then how i write code for that could you please share that one?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh KumarPosted Feb 27, 2023, 9:22 AM
Hello Latha,
Please try these links,
https://www.c-sharpcorner.com/article/consuming-web-api-in-net-core-3-1-mvc/
https://www.tutorialsteacher.com/webapi/consuming-web-api-in-dotnet-using-httpclient
Naimish MakwanaPosted Feb 27, 2023, 9:20 AM
Hello Latha,
Please refer below links:
https://www.c-sharpcorner.com/article/consuming-asp-net-web-api-rest-service-in-asp-net-mvc-using-http-client/
https://www.tutorialsteacher.com/webapi/consume-web-api-get-method-in-aspnet-mvc
https://learn.microsoft.com/en-us/aspnet/web-api/overview/getting-started-with-aspnet-web-api/tutorial-your-first-web-api
Thanks
Naimish Makwana