Thursday, November 22, 2012

Brief introduction to MVC 3 partial views

Here's a brief and to the point introduction to MVC 3 partial views by Microsoft's Rachel Appel:

http://rachelappel.com/razor/partial-views-in-asp-net-mvc-3-w-the-razor-view-engine/

The introduction covers in less than 10 minutes the following topics:

  • What is a partial view and when should I use it?
  • Rendering partial views
  • Creating a partial view
  • Sharing Data between views and partial views

No comments:

Post a Comment