How to get json values ​​(e.g. username and password are sent as json from Android application) in Mvc 4 Web api

**i am developing an android application that have to access a remote server.i know how to do that.but i want to know several thing point outing below**

1: in my application there is a mark on the page. I need to check the username and password with a remote sql server.so database I need to access the api from the server (mvc 4 web api). Now I am trying to create this api.after sending the user credentials to the web api I am stuck there. Because I am new to creating api, I don’t know how to get it in api, can anyone help me?

+4
source share
1 answer

, , - ASP.Net, , , .

+1

Source: https://habr.com/ru/post/1531722/


All Articles