What is render view in mvc?



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

Post New Answer

More MVC Model View Controller Interview Questions

Is mvc only for web?

1 Answers  


Why dependency injection is used in mvc?

1 Answers  


Why there is no viewstate in mvc?

1 Answers  


What is the difference between view and partial view?

1 Answers  


Mention what filters are executed in the end?

1 Answers  


What is code blocks in views?

1 Answers  


What does it mean to annotate something?

1 Answers  


What is route in mvc what is default route in mvc?

1 Answers  


What are the different view engine in mvc?

1 Answers  


What is the use of mockmvc?

1 Answers  


How do the mvp, mvc, and mvvm patterns relate? When are they appropriate?

1 Answers  


What is the difference between temp data, view, and view bag?

1 Answers  


Categories