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 |
Is mvc only for web?
Why dependency injection is used in mvc?
Why there is no viewstate in mvc?
What is the difference between view and partial view?
Mention what filters are executed in the end?
What is code blocks in views?
What does it mean to annotate something?
What is route in mvc what is default route in mvc?
What are the different view engine in mvc?
What is the use of mockmvc?
How do the mvp, mvc, and mvvm patterns relate? When are they appropriate?
What is the difference between temp data, view, and view bag?