What is mvc viewdata?
Answer / Yogesh Kumar Jaiswal
ViewData in MVC is a dynamic object that can be used to pass data from the Controller to the View. It contains key-value pairs, where each key corresponds to a property name and each value corresponds to the data to be displayed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is mvc an api?
List out the types of result in mvc?
What is afterFilter() used?
What is dao in mvc?
Mention what filters are executed in the end?
How can you maintain session in mvc?
What is mvc and why it is used?
Mention what are main benefits of using mvc?
What is mvc token?
What is the use of spring mvc?
What does model do in mvc?
What are the settings to be done for the Routing to work properly in an MVC application ?