Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
In this chapter, we explored the details of the MVC view system and the Razor View Engine. You have seen the different techniques available for inserting dynamic content into a view, and taken a tour of the built-in helper methods. We demonstrated how to avoid duplication by using partial views and child actions, and how to inject content into layouts using sections.
At this point in the book, you should have a solid knowledge of routing, controllers, actions, and views. In the next chapter, we delve into the M in MVC—models.