What is the use of HttpPost and HttpGet in AspNetMvc

 Posted by Manideepgoud on 3/1/2017 | Category: ASP.NET MVC Interview questions | Views: 5024 | Points: 40
Answer:

HttpPost is used to receive the data from client using post method of the Html form and HttpGet is used to receive data from the client using Get method of the html form.


Source: http://techfunda.com/howto/asp | Asked In: Office | Alert Moderator 

Comments or Responses

Login to post response