Hi,
In my application i will post a List<Student> data to a web api that will save my data.
how i can build the url request path with my list data that will post to a web api url from my MVC controller action.
Hi,
In my application i will post a List<Student> data to a web api that will save my data.
how i can build the url request path with my list data that will post to a web api url from my MVC controller action.