3
Reply

What is Partial View in MVC?

Akshay Patel

Akshay Patel

Oct 25, 2012
2.3k
0

    Partial view is a reusable view (like a user control) which can be embedded inside other view.Once the partial view is created you can call the partial view in the main view using the Html.RenderPartial method.

    Nayeem Mansoori
    June 04, 2014
    1

    Partial views are views without any design. These are used as user controls in MVC. We can create a partial view and used at more than one places in our application.

    Ritesh Sharma
    June 07, 2014
    0

    http://mvc4beginner.com/Tutorial/MVC-Partial-Views.html

    Munesh Sharma
    April 24, 2014
    0