What is validation in mvc?
Answer / Vipin Pandey
Validation in MVC refers to the process of checking user input for errors or incorrect data before it is processed by the server. This can be done using built-in data annotations, custom validators, or third-party libraries.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is actionresult mvc?
What is mvc razor?
What is output caching in mvc?
Where is routeconfig in mvc?
What is the use of mvc?
Steps for the execution of an MVC project?
Mention what is the difference between temp data, view, and view bag?
Is mvc faster than web forms?
What is difference between asp.net mvc and asp.net webforms?
Why filters are used in mvc?
What is mvc token?
Mention what "beforfilter()","beforerender" and "afterfilter" functions do in controller?