What is modelstate isvalid in mvc?
Answer / Divya
ModelState.IsValid is a property in ASP.NET MVC that determines whether the data sent by the user from the view is valid according to the data annotations or custom validation rules defined on the server-side.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between web api and mvc routing?
What is mvc viewdata?
What is the role of a controller in an MVC application?
Is forms authentication possible in mvc? If yes then explain in detail how?
What is mvc and mvvm?
Mention what is the importance of nonactionattribute?
Why there is no viewstate in mvc?
What is cshtml in mvc?
Is mvc better than web forms?
Mention what is the difference between temp data, view, and view bag?
What is the difference between asynchronous and synchronous actions? When would you use asynchronous actions?
What is MVC, MVP and MVVM pattern?