What is get and post actions types?
Answer / Faeem Akhter
GET action is a request from the client to retrieve data from the server. POST action is a request sent by the client to create or update data on the server.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between viewdata and viewbag?
Explain attribute based routing in mvc?
What is filter overrides in mvc?
How can we detect that an mvc controller is called by post or get?
What are the main razor syntax rules?
What is razor syntax?
Mention what are the file extensions for razor views?
What is mvc routing?
Mention what are the two ways to add constraints to a route?
What is mvc viewdata?
How you can send the result back in json format in mvc?
What is route in mvc?