What is the difference between View and Partial View ?

Forums ASP.NET MVCWhat is the difference between View and Partial View ?
Staff asked 3 years ago

Answers (1)

Add Answer
Umang Ramani Marked As Accepted
Staff answered 3 years ago

Views:
Views are the overall outcome of a page, which results in a display. Except for the master page, it is the highest level container.

partial view:
A partial view is for a tiny bit of material that may be reused on several pages or numerous times inside a single page.

Subscribe

Select Categories