How to get user details on CSHTML page?
I have created on API controller inside WebAPI project. Get and Post both method are shown up in Swagger. but (1) I am not able to call Post method. It run the api but response body is empty. (2) I am not able to call Get method having model as input. It is giving "Null model!" error
I am also have the same issue. Swagger shows all the dynamic api but not showing the API from controller inside webapi project