what is get and post action types?
Answer / Mohd. Kamil
HTTP GET and POST are two common HTTP request methods used in ASP.NET MVC to handle user interactions with the server. A GET request retrieves data from the server, while a POST request sends data to the server for processing or creation.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of keep and peek in “tempdata”?
What is antiforgerytoken in mvc?
What is mvc dapper?
What are the advantages of using ioc containers in an application?
What is mvc ioc?
List out a few different return types of a controller action method?
Explain what is mvc?
Why razor is used in mvc?
What is filter overrides in mvc?
List the various return types of a controller action method?
What is Controller in MVC application?
Explain the concept of default route in mvc