What is the difference between view and partial view?



What is the difference between view and partial view?..

Answer / Rakesh Meena

View in MVC generates the final HTML output that is sent to the browser, while Partial View returns only a portion of the HTML output. Partial Views are reusable components that can be embedded within other views.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MVC Model View Controller Interview Questions

Mention what is the difference between temp data, view, and view bag?

1 Answers  


What is strongly typed view in mvc?

1 Answers  


Explain the MVC pattern with example

1 Answers   Infosys,


What is lazy loading in mvc?

1 Answers  


What is difference between asp.net mvc and asp.net webforms?

1 Answers  


What is the use of mvc?

1 Answers  


Is flask an mvc model and if yes give an example showing mvc pattern for your application?

1 Answers  


What is routing in mvc interview questions?

1 Answers  


What is the difference between partial view and layout in mvc?

1 Answers  


What is mvc viewbag?

1 Answers  


What is areas in mvc?

1 Answers  


How can you maintain session in mvc?

1 Answers  


Categories