Akshay Patel
What is Partial View in MVC?
By Akshay Patel in ASP.NET MVC on Oct 25 2012
  • Nayeem Mansoori
    Jun, 2014 4

    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.

    • 1
  • Ritesh Sharma
    Jun, 2014 7

    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.

    • 0
  • Munesh Sharma
    Apr, 2014 24

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

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS