Answer Posted / Moneeka
HTTP POST is used in MVC for submitting data to the server. When a form is submitted, it typically uses the HTTP POST method to send the form data to the server-side controller action, which can then process and save the data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers