What is postback in mvc?
Answer / Manvendra Singh Yadav
In the context of ASP.NET MVC, 'postback' isn't a term used as it does not follow the traditional postback model (like Web Forms). Instead, when a user interacts with an HTML form in MVC, it results in an HTTP request to a specific action method.
| Is This Answer Correct ? | 0 Yes | 0 No |
Who invented mvc?
What is difference between MVC and MVP ?
How to perform exception handling in mvc?
What is mvc in spring?
What is the main view engine called?
Mention what is the difference between viewdata and viewbag?
What is unobtrusive javascript in mvc?
What is filter mvc?
Which is better mvvm or mvc?
What is the difference between web api and mvc routing?
What is mvc authorize?
Does mvc support session?