What is render view in mvc?
Answer / Sachin Singh
Render View in MVC is a method in controllers that returns a view as an ActionResult. This view can contain HTML, which is then rendered and sent to the user's browser.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain using hyperlink how you can navigate from one view to other view?
Mention what are the two ways to add constraints to a route?
What is the advantages of mvc?
Explain MVC (Model-View-Controller) in general?
What is razor view engine in mvc?
Why viewstate is not used in mvc?
What is mvc technology?
What is crud mvc?
What is the difference between "actionresult" and "viewresult" ?
What is mvc mvp mvvm?
Where is routeconfig in mvc?
What is mvc in software architecture?